45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:945408572
|
|
tags: panel,fortinet,fortios,fortigate,fortiproxy,fortiap
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022100ebdbdfe6137724984ac83b992440cb78e955c80c7cc529e0e9eac8b71f48cb9002204f3e7cd7411275a69c59bc318ae7a4dd1ff32df078779d4072717c1226d335d8:922c64590222798bb761d5b6d8e72950
|