nuclei-templates/exposed-panels/fortinet/fortiap-panel.yaml

33 lines
565 B
YAML

id: fortiap-panel
info:
name: FortiAP Panel
author: DhiyaneshDk
severity: info
reference:
- https://www.fortinet.com/products/wireless-access-points
metadata:
verified: true
shodan-query: title:"FortiAP"
tags: panel,fortinet,fortiap
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>FortiAP</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200