Skip to content

Fortinet FortiWLM Login Panel - Detect

ID: fortiwlm-panel

Severity: info

Author: EgemenKochisarli

Tags: panel,fortinet,fortiwlm,login

Fortinet FortiWLM login panel was detected.

id: fortiwlm-panel
info:
name: Fortinet FortiWLM Login Panel - Detect
author: EgemenKochisarli
severity: info
description: |
Fortinet FortiWLM login panel was detected.
reference:
- https://docs.fortinet.com/product/fortiwlm/8.6
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:fortiwlm:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: fortinet
product: fortiwlm
shodan-query:
- html:"fortiwlm"
- http.html:"fortiwlm"
- http.title:"fortiwlm"
fofa-query:
- title="fortiwlm"
- body="fortiwlm"
google-query: intitle:"fortiwlm"
tags: panel,fortinet,fortiwlm,login
http:
- method: GET
path:
- "{{BaseURL}}/wlm/login?next=/wlm"
matchers-condition: and
matchers:
- type: word
words:
- "<title>FortiWLM Login</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a0047304502200c5e90f1204bcc2b816183365a49cf1f18677ba0478fc316c05138fadd2e69da022100fd90d28ca25229b8df9bf559110b9bc3cba98031ddf19450f59ebd1e034bc6b3: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/fortiwlm-panel.yaml"

View on Github