33 lines
592 B
YAML
33 lines
592 B
YAML
id: fortiadc-panel
|
|
|
|
info:
|
|
name: FortiADC
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
reference:
|
|
- https://www.fortinet.com/products/application-delivery-controller/fortiadc
|
|
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
|