Merge pull request #5857 from mbmy/fortios_management_panel

Added New Exposed Panel FortiOS Management Interface Login Template
patch-1
Dhiyaneshwaran 2023-01-26 23:35:41 +05:30 committed by GitHub
commit 4887a0f656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -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