commit
8325d976c3
|
@ -0,0 +1,32 @@
|
|||
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
|
Loading…
Reference in New Issue