Merge pull request #6942 from johnk3r/main

Create fortinet-fortimanager-panel.yaml
patch-1
Ritik Chaddha 2023-03-31 17:24:29 +05:30 committed by GitHub
commit 201e2def37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: fortinet-fortimanager-panel
info:
name: Fortinet FortiManager Panel - Detect
author: johnk3r
severity: info
description: |
FortiManager enables centralized management with automation-driven network configuration, visibility, and security policy management.
reference:
- https://www.fortinet.com/br/products/management/fortimanager
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.0
cwe-id: CWE-200
tags: panel,fortinet,fortios,fortimanager,detect
requests:
- method: GET
path:
- "{{BaseURL}}/p/login/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "FortiManager"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<span class="platform">(.*?)</span>'