Skip to content

FortiAP Login Panel - Detect

ID: fortiap-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,fortinet,fortiap

FortiAP login panel was detected.

id: fortiap-panel
info:
name: FortiAP Login Panel - Detect
author: DhiyaneshDk
severity: info
description: FortiAP login panel was detected.
reference:
- https://www.fortinet.com/products/wireless-access-points
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:fortiap:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: fortinet
product: fortiap
shodan-query:
- title:"FortiAP"
- http.title:"fortiap"
fofa-query: title="fortiap"
google-query: intitle:"fortiap"
tags: panel,fortinet,fortiap
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>FortiAP</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022018a1fa0066cab08798ba366b45d8577d1ccab8f7aac91ea22026413e4d1f1462022100ed1703afc4fb00767fcd80ba1871a7b98aa527a17aa71a323fc9f78e3d3464a8: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/fortiap-panel.yaml"

View on Github