Skip to content

Fortinet FortiWeb Login Panel - Detect

ID: fortiweb-login

Severity: info

Author: PR3R00T,daffainfo

Tags: panel,fortinet,fortiweb,login

Fortinet FortiWeb login panel was detected.

id: fortiweb-login
info:
name: Fortinet FortiWeb Login Panel - Detect
author: PR3R00T,daffainfo
severity: info
description: Fortinet FortiWeb login panel was detected.
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:fortiweb:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: fortinet
product: fortiweb
shodan-query:
- http.title:"FortiWeb - "
- http.title:"fortiweb - "
fofa-query: title="fortiweb - "
google-query: intitle:"fortiweb - "
tags: panel,fortinet,fortiweb,login
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Please login"
- "ftnt-fortinet-grid"
condition: and
- type: status
status:
- 200
# digest: 490a0046304402206d2560ceb6abbda7e751cf15ba1b373af6c718c62ddf7caa507a65d146c0b90502201fd2fe7362a13c56819b9b31b887dbc3f3067a7611cac1837bc8c9bee82c579f: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/fortiweb-panel.yaml"

View on Github