nuclei-templates/exposed-panels/fortinet/fortios-management-panel.yaml

43 lines
959 B
YAML
Raw Normal View History

id: fortinet-fortios-management-panel
info:
name: Fortinet FortiOS Management Interface Panel - Detect
author: mbmy
severity: info
description: Fortinet FortiOS Management interface panel was detected.
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
2023-01-26 14:20:22 +00:00
metadata:
verified: true
shodan-query: http.favicon.hash:945408572
tags: panel,fortinet,fortios,fortigate,fortiproxy,fortiap
requests:
- method: GET
path:
2023-01-26 15:57:37 +00:00
- "{{BaseURL}}/login?redir=/ng"
2023-01-26 16:04:25 +00:00
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<html class="main-app">'
- '<f-icon class="fa-warning'
- "</f-icon>"
condition: and
- type: word
part: header
words:
- "APSCOOKIE_"
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29