41 lines
992 B
YAML
41 lines
992 B
YAML
id: fortiadc-panel
|
|
|
|
info:
|
|
name: FortiADC Login Panel - Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
description: FortiADC login panel was detected.
|
|
reference:
|
|
- https://www.fortinet.com/products/application-delivery-controller/fortiadc
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"FortiADC"
|
|
tags: panel,fortinet
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022100bcf638e081515e5b60043c8aebef1f031cd383e06e0b20a8b7f3a8fc0e4994d702204348d75521f716425bba19a77dcebd1ebb0957bc718987c262a4fefe9e3b0b08:922c64590222798bb761d5b6d8e72950
|