nuclei-templates/exposed-panels/forti/fortiadc-panel.yaml

40 lines
816 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.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/11/15