27 lines
460 B
YAML
27 lines
460 B
YAML
id: watcher-panel
|
|
|
|
info:
|
|
name: Watcher Panel - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: html:"/vsaas/v2/static/"
|
|
tags: panel,watcher,login
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/vsaas/v2/login'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Watcher</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|