commit
201e2def37
|
@ -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>'
|
Loading…
Reference in New Issue