nuclei-templates/http/exposed-panels/watcher-panel.yaml

28 lines
473 B
YAML

id: watcher-panel
info:
name: Watcher Panel - Detect
author: DhiyaneshDK
severity: info
metadata:
max-request: 1
verified: true
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