Merge pull request #9912 from projectdiscovery/pussycat0x-patch-12

Create fortisiem-panel.yaml
patch-3
Dhiyaneshwaran 2024-05-29 13:40:54 +05:30 committed by GitHub
commit 4bcf5ea0fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

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