Merge pull request #5650 from projectdiscovery/fortiap-panel

Create fortiap-panel.yaml
patch-1
Prince Chaddha 2022-10-14 15:54:45 +05:30 committed by GitHub
commit 8325d976c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -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