Merge pull request #9900 from projectdiscovery/digital-watchdog-panel

Create digital-watchdog-panel.yaml
patch-3
Dhiyaneshwaran 2024-05-29 13:41:15 +05:30 committed by GitHub
commit a9b6429a03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: digital-watchdog-panel
info:
name: Digital Watchdog - Detect
author: ritikchaddha
severity: info
description: |
Digital Watchdog panel was detected.
metadata:
max-request: 1
verified: true
fofa-query: icon_hash="868509217"
shodan-query: http.favicon.hash:868509217
tags: digital-watchdog,panel,detect,login,dw,spectrum
http:
- method: GET
path:
- "{{BaseURL}}/static/images/favicon.ico"
- "{{BaseURL}}/static/customization/favicon.ico"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- "status_code==200 && ('868509217' == mmh3(base64_py(body)))"