Skip to content

Fortiswitch Panel - Detect

ID: fortiswitch-panel

Severity: info

Author: rxerium

Tags: login,panel,fortiswitch

Fortiswitch panel was detected.

id: fortiswitch-panel
info:
name: Fortiswitch Panel - Detect
author: rxerium
severity: info
description: |
Fortiswitch panel was detected.
metadata:
verified: true
max-request: 1
vendor: fortinet
product: fortiswitch
fofa-query: app="FortiSwitch"
tags: login,panel,fortiswitch
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>FortiSwitch"
- type: status
status:
- 200
# digest: 490a00463044022038db603be0e969315b1590c934c8fd0b9b01764539cb5c32596fd86e96ae26a80220481df83324cb4f2a1a3deb89ae645c33d0f70b3cb68339da6798221a79b5317e: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/fortiswitch-panel.yaml"

View on Github