Skip to content

Fortinet FortiTester Login Panel - Detect

ID: fortitester-login-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,fortinet

Fortinet FortiTester login panel was detected.

id: fortitester-login-panel
info:
name: Fortinet FortiTester Login Panel - Detect
author: DhiyaneshDk
severity: info
description: Fortinet FortiTester login panel was detected.
reference:
- https://www.fortinet.com/products/fortitester
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:fortitester:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: fortinet
product: fortitester
shodan-query:
- title:"FortiTester"
- http.title:"fortitester"
fofa-query: title="fortitester"
google-query: intitle:"fortitester"
tags: panel,fortinet
http:
- method: GET
path:
- "{{BaseURL}}/auth/login"
- "{{BaseURL}}/index.html"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "<title>FortiTester</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 490a0046304402205297acbd68215df084a16359ae0089c213857a3a2682727b024826b1093a1d49022002d8926ae61e959d960800e6131131654a079b1141b45abaaf2aac511736d929: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/fortitester-login-panel.yaml"

View on Github