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

34 lines
654 B
YAML
Raw Normal View History

2023-05-26 13:11:51 +00:00
id: fortinet-fortiddos-panel
info:
name: Fortinet FortiDDoS Panel
author: johnk3r
severity: info
2023-05-30 05:58:51 +00:00
description: |
Fortinet FortiDDoS panel was detected.
reference:
- https://www.fortinet.com/products/ddos/fortiddos
2023-05-26 13:11:51 +00:00
metadata:
2023-05-30 05:58:51 +00:00
max-request: 1
verified: "true"
2023-05-26 13:11:51 +00:00
shodan-query: http.title:"FortiDDoS"
2023-05-30 05:58:51 +00:00
tags: panel,fortinet,fortiddos,login
2023-05-26 13:11:51 +00:00
2023-05-30 05:58:51 +00:00
http:
2023-05-26 13:11:51 +00:00
- 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