Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds to templates check to Fortinet FortiWLM login panel #9353

Merged
merged 6 commits into from
Mar 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create fortiwlm-panel.yaml
  • Loading branch information
EgemenKochisarli authored Mar 14, 2024
commit ebcc4616d2257860e7ecd1056f57a7b44054990e
39 changes: 39 additions & 0 deletions http/exposed-panels/fortinet/fortiwlm-panel.yaml
Original file line number Diff line number Diff line change
@@ -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