Skip to content

Dockwatch Panel - Detect

ID: dockwatch-panel

Severity: info

Author: s4e-io

Tags: panel,login,dockwatch,detect

Dockwatch panel was discovered

id: dockwatch-panel
info:
name: Dockwatch Panel - Detect
author: s4e-io
severity: info
description: |
Dockwatch panel was discovered
metadata:
verified: true
max-request: 1
fofa-query: icon_hash="1991646591"
tags: panel,login,dockwatch,detect
http:
- method: GET
path:
- "{{BaseURL}}/login.php"
matchers:
- type: dsl
dsl:
- 'contains_any(body, "dockwatch-maintenance", "Restart Dockwatch")'
- 'status_code == 200'
condition: and
# digest: 4b0a00483046022100c27aaa3839b64f3afafef7b899c1b66e619427fe6ef473105e7ba1ef2b3baa32022100b03b5fe5f75bc06b3a502edfb262222403a0f3d7a1f6ab956aa60375dcc8f910:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/dockwatch-panel.yaml"

View on Github