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

34 lines
688 B
YAML
Raw Normal View History

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.0
cwe-id: CWE-200
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
# Enhanced by md on 2023/01/24