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

28 lines
473 B
YAML
Raw Normal View History

2023-02-07 19:27:42 +00:00
id: watcher-panel
info:
2023-02-09 04:40:57 +00:00
name: Watcher Panel - Detect
2023-02-07 19:27:42 +00:00
author: DhiyaneshDK
severity: info
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-02-07 19:27:42 +00:00
shodan-query: html:"/vsaas/v2/static/"
tags: panel,watcher,login
http:
2023-02-07 19:27:42 +00:00
- method: GET
path:
- '{{BaseURL}}/vsaas/v2/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Watcher</title>'
- type: status
status:
- 200