43 lines
959 B
YAML
43 lines
959 B
YAML
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
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:945408572
|
|
tags: panel,fortinet,fortios,fortigate,fortiproxy,fortiap
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login?redir=/ng"
|
|
|
|
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
|