Merge pull request #5857 from mbmy/fortios_management_panel
Added New Exposed Panel FortiOS Management Interface Login Templatepatch-1
commit
4887a0f656
|
@ -0,0 +1,35 @@
|
|||
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
|
Loading…
Reference in New Issue