Digital Watchdog - Detect
ID: digital-watchdog-panel
Severity: info
Author: ritikchaddha
Tags: digital-watchdog,panel,detect,login,dw,spectrum
Description
Section titled “Description”Digital Watchdog panel was detected.
YAML Source
Section titled “YAML Source”id: digital-watchdog-panel
info: name: Digital Watchdog - Detect author: ritikchaddha severity: info description: | Digital Watchdog panel was detected. metadata: verified: true max-request: 2 shodan-query: "http.favicon.hash:868509217" fofa-query: "icon_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)))"# digest: 4a0a004730450221008797fe37642b04147819aa1cd1dcc4b2d57b10f4b9ba9ef9a7bcca463c1498d4022045d56fa1384b011d3812eaaa87512a0b4a27a4faa42f1efb93ed00d23fde54e0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/digital-watchdog-panel.yaml"