2023-03-23 02:36:53 +00:00
|
|
|
id: fortinet-fortimanager-panel
|
|
|
|
|
|
|
|
info:
|
2023-03-31 11:32:17 +00:00
|
|
|
name: Fortinet FortiManager Panel - Detect
|
2023-03-23 02:36:53 +00:00
|
|
|
author: johnk3r
|
|
|
|
severity: info
|
2023-03-31 11:32:17 +00:00
|
|
|
description: |
|
2023-04-28 13:11:35 +00:00
|
|
|
Fortinet FortiManager panel was detected.
|
2023-03-23 02:36:53 +00:00
|
|
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-03-23 02:36:53 +00:00
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: panel,fortinet,fortios,fortimanager,detect
|
2023-03-23 02:36:53 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-23 02:36:53 +00:00
|
|
|
- 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>'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a004730450220622f17059fc0aa798e081ad6672b0a3869054a2e7e978f01c8916c0afa6889f2022100a6c8a4a74261ccd4363d9138d9b85e400a6514430a1adc7a8a097d0b1b9ba91f:922c64590222798bb761d5b6d8e72950
|