fatt 0.1.1

Find All The Things - A high-performance, distributed security scanning tool
Documentation
rules:
  # Router and Network Device Interfaces
  - name: "router_login"
    path: "/login.html"
    signature: "Router Login"
    description: "Router login page"
    severity: "high"
    
  - name: "router_admin"
    path: "/admin.html"
    signature: "Router Admin"
    description: "Router administration page"
    severity: "high"
    
  - name: "cisco_login"
    path: "/cgi-bin/login"
    signature: "Cisco"
    description: "Cisco device login"
    severity: "high"
    
  - name: "mikrotik_winbox"
    path: "/winbox"
    signature: "MikroTik"
    description: "MikroTik Winbox interface"
    severity: "high"
    
  - name: "tomato_router"
    path: "/tomato.html"
    signature: "Tomato"
    description: "Tomato router firmware"
    severity: "high"
    
  - name: "dd_wrt"
    path: "/DD-WRT.html"
    signature: "DD-WRT"
    description: "DD-WRT router firmware"
    severity: "high"
    
  - name: "openwrt_luci"
    path: "/cgi-bin/luci"
    signature: "OpenWRT"
    description: "OpenWRT LuCI interface"
    severity: "high"
    
  - name: "ubiquiti_unifi"
    path: "/manage/account/login"
    signature: "UniFi"
    description: "Ubiquiti UniFi login page"
    severity: "high"

  # IP Camera Interfaces
  - name: "ip_camera_generic"
    path: "/camera"
    signature: "IP Camera"
    description: "Generic IP camera interface"
    severity: "high"
    
  - name: "ip_camera_live"
    path: "/live.htm"
    signature: "IP Camera"
    description: "IP camera live view"
    severity: "high"
    
  - name: "hikvision_camera"
    path: "/PSIA/index.html"
    signature: "Hikvision"
    description: "Hikvision camera interface"
    severity: "high"
    
  - name: "axis_camera"
    path: "/axis-cgi/admin"
    signature: "Axis"
    description: "Axis camera admin interface"
    severity: "high"
    
  - name: "dahua_camera"
    path: "/RPC2"
    signature: "Dahua"
    description: "Dahua camera RPC interface"
    severity: "high"
    
  - name: "rtsp_stream"
    path: "/rtsp"
    signature: "RTSP"
    description: "RTSP stream endpoint"
    severity: "medium"
    
  - name: "mjpeg_stream"
    path: "/mjpeg"
    signature: "MJPEG"
    description: "MJPEG stream endpoint"
    severity: "medium"
    
  - name: "webcam_stream"
    path: "/webcam"
    signature: "Webcam"
    description: "Webcam stream"
    severity: "medium"

  # Industrial Control Systems
  - name: "scada_interface"
    path: "/scada"
    signature: "SCADA"
    description: "SCADA control interface"
    severity: "critical"
    
  - name: "plc_interface"
    path: "/plc"
    signature: "PLC"
    description: "PLC control interface"
    severity: "critical"
    
  - name: "modbus_gateway"
    path: "/modbus"
    signature: "Modbus"
    description: "Modbus gateway"
    severity: "critical"
    
  - name: "bacnet_gateway"
    path: "/bacnet"
    signature: "BACnet"
    description: "BACnet gateway"
    severity: "critical"
    
  - name: "opcua_server"
    path: "/opcua"
    signature: "OPC UA"
    description: "OPC UA server"
    severity: "critical"
    
  - name: "siemens_s7"
    path: "/S7Web"
    signature: "Siemens S7"
    description: "Siemens S7 web interface"
    severity: "critical"
    
  - name: "abb_webcontrol"
    path: "/webcontrol"
    signature: "ABB"
    description: "ABB web control interface"
    severity: "critical"
    
  - name: "hmi_interface"
    path: "/hmi"
    signature: "HMI"
    description: "Human-Machine Interface"
    severity: "critical"

  # Smart Home Devices
  - name: "smart_hub"
    path: "/hub"
    signature: "Smart Hub"
    description: "Smart home hub interface"
    severity: "high"
    
  - name: "nest_api"
    path: "/api/nest"
    signature: "Nest"
    description: "Nest device API"
    severity: "high"
    
  - name: "hue_bridge"
    path: "/api/hue"
    signature: "Philips Hue"
    description: "Philips Hue bridge API"
    severity: "high"
    
  - name: "smartthings_api"
    path: "/api/smartthings"
    signature: "SmartThings"
    description: "SmartThings API"
    severity: "high"
    
  - name: "sonos_api"
    path: "/api/sonos"
    signature: "Sonos"
    description: "Sonos API"
    severity: "medium"
    
  - name: "zigbee_gateway"
    path: "/zigbee"
    signature: "Zigbee"
    description: "Zigbee gateway"
    severity: "high"
    
  - name: "zwave_gateway"
    path: "/zwave"
    signature: "Z-Wave"
    description: "Z-Wave gateway"
    severity: "high"