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

33 lines
669 B
YAML

id: voipmonitor-panel
info:
name: VoIPmonitor Login Panel - Detect
author: Yanyun
severity: info
description: VoIPmonitor login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"VoIPmonitor"
tags: panel,voipmonitor,login
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "appShareUrl = 'share.voipmonitor.org'"
- "VoIPmonitor"
condition: and