Create fortiwlm-panel.yaml
parent
234a6d1bab
commit
ebcc4616d2
|
@ -0,0 +1,39 @@
|
|||
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
|
||||
cvss-score: 0
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
vendor: fortinet
|
||||
product: fortiwlm
|
||||
max-request: 1
|
||||
shodan-query: html:"fortiwlm"
|
||||
tags: panel,fortinet,fortiwlm
|
||||
|
||||
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
|
Loading…
Reference in New Issue