Merge pull request #9912 from projectdiscovery/pussycat0x-patch-12
Create fortisiem-panel.yamlpatch-3
commit
4bcf5ea0fe
|
@ -0,0 +1,34 @@
|
|||
id: fortisiem-panel
|
||||
|
||||
info:
|
||||
name: FortiSIEM Login Panel - Detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
description: FortiSIEM login panel was detected.
|
||||
metadata:
|
||||
shodan-query: http.favicon.hash:-1341442175
|
||||
verified: true
|
||||
tags: panel,fortisiem
|
||||
|
||||
flow: http(1) && http(2)
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/phoenix/login.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code == 200"
|
||||
- "(\"426d365a42bbc67c092b9c2e49b336420f0559d1\" == sha1(body))"
|
||||
condition: and
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/phoenix/js/login.min.js"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "fortiSIEM_current_login_salt"
|
Loading…
Reference in New Issue