Skip to content

Fortinet FortiDDoS Panel

ID: fortinet-fortiddos-panel

Severity: info

Author: johnk3r

Tags: panel,fortinet,fortiddos,login

Fortinet FortiDDoS panel was detected.

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
classification:
cpe: cpe:2.3:a:fortinet:fortiddos:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: fortinet
product: fortiddos
shodan-query:
- http.title:"FortiDDoS"
- http.title:"fortiddos"
fofa-query: title="fortiddos"
google-query: intitle:"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
# digest: 4b0a00483046022100d551857a9d4a468ccecc25526fa70ba6e80960173ae0a1a56cd4c016746bc5ef022100cb6487d07d04dcab015f008c40f9b210da489a20da634be8fa0152deefc7b324:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/fortinet/fortinet-fortiddos-panel.yaml"

View on Github