Skip to content

FortiADC Login Panel - Detect

ID: fortiadc-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,fortinet

FortiADC login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:fortinet:fortiadc:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: fortinet
product: fortiadc
shodan-query:
- title:"FortiADC"
- http.title:"fortiadc"
fofa-query: title="fortiadc"
google-query: intitle:"fortiadc"
tags: panel,fortinet
http:
- 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
# digest: 490a00463044022009a450acd4a7c26d8e9a1e67cf2351583f4abec97d13caac0c2f5788e612ba580220788ccbac8844db1aa295f074330fce40b4a71a941f163e7090fb8298703e089f: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/forti/fortiadc-panel.yaml"

View on Github