nuclei-templates/http/exposed-panels/fortinet/fortinet-fortimanager-panel...

41 lines
844 B
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.0
cwe-id: CWE-200
tags: panel,fortinet,fortios,fortimanager,detect
metadata:
max-request: 1
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>'