26 lines
466 B
YAML
26 lines
466 B
YAML
|
id: voipmonitor-panel
|
||
|
|
||
|
info:
|
||
|
name: VoipMonitor panel
|
||
|
author: Yanyun
|
||
|
severity: info
|
||
|
metadata:
|
||
|
shodan-query: http.title:"VoIPmonitor"
|
||
|
tags: panel,voipmonitor,login
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "appShareUrl = 'share.voipmonitor.org'"
|
||
|
- "VoIPmonitor"
|
||
|
condition: and
|