36 lines
724 B
YAML
36 lines
724 B
YAML
id: fortinet-fortios-management-panel
|
|
|
|
info:
|
|
name: Fortinet FortiOS Management Interface Panel
|
|
author: mbmy
|
|
severity: info
|
|
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
|