nuclei-templates/exposed-panels/fortinet/fortiweb-panel.yaml

27 lines
467 B
YAML

id: fortiweb-login
info:
name: Fortinet FortiWeb Login Panel
author: PR3R00T
severity: info
tags: panel,fortinet,fortiweb,login
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Please login"
- "ftnt-fortinet-grid"
- "main-fortiweb.css"
condition: and
- type: status
status:
- 200