Create fortiadc-panel.yaml
parent
a67fb62cd9
commit
ccdde5cf11
|
@ -0,0 +1,35 @@
|
||||||
|
id: fortiadc-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: FortiADC
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://www.fortinet.com/products/application-delivery-controller/fortiadc
|
||||||
|
classification:
|
||||||
|
cvss-score: 0.0
|
||||||
|
cwe-id: CWE-668
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"FortiADC"
|
||||||
|
tags: panel,fortinet
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/ui/#navigate/Login"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "<title>FortiADC</title>"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "text/html"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue