Skip to content

Watcher Panel - Detect

ID: watcher-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,watcher,login

id: watcher-panel
info:
name: Watcher Panel - Detect
author: DhiyaneshDK
severity: info
metadata:
verified: true
max-request: 1
shodan-query: html:"/vsaas/v2/static/"
tags: panel,watcher,login
http:
- method: GET
path:
- '{{BaseURL}}/vsaas/v2/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Watcher</title>'
- type: status
status:
- 200
# digest: 490a004630440220225aa60cf4a7fb7538cf9a8af86e1a9d51dad5a771ea1ac993d40772a940037102200a12a8f48ae084ec1d1fd44a43f2c4ddf90ffd872ded5f6fc460031c2927e417: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/watcher-panel.yaml"

View on Github