43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
id: fortinet-fortimanager-panel
|
|
|
|
info:
|
|
name: Fortinet FortiManager Panel - Detect
|
|
author: johnk3r
|
|
severity: info
|
|
description: |
|
|
Fortinet FortiManager panel was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: panel,fortinet,fortios,fortimanager,detect
|
|
|
|
http:
|
|
- 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>'
|
|
|
|
# digest: 4a0a004730450220622f17059fc0aa798e081ad6672b0a3869054a2e7e978f01c8916c0afa6889f2022100a6c8a4a74261ccd4363d9138d9b85e400a6514430a1adc7a8a097d0b1b9ba91f:922c64590222798bb761d5b6d8e72950
|