nuclei-templates/http/exposed-panels/fortinet/fortinet-fortiddos-panel.yaml

34 lines
652 B
YAML

id: fortinet-fortiddos-panel
info:
name: Fortinet FortiDDoS Panel
author: johnk3r
severity: info
description: |
Fortinet FortiDDoS panel was detected.
reference:
- https://www.fortinet.com/products/ddos/fortiddos
metadata:
max-request: 1
verified: true
shodan-query: http.title:"FortiDDoS"
tags: panel,fortinet,fortiddos,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>FortiDDoS</title>"
- type: status
status:
- 200