nuclei-templates/exposures/logs/zm-system-log-detect.yaml

25 lines
482 B
YAML

id: zm-system-log-detect
info:
name: zm-system-log-detect
author: pussycat0x
severity: low
reference: https://www.exploit-db.com/ghdb/6926
tags: logs,zm,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/?view=log"
- "{{BaseURL}}/zm/?view=log"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "<title>ZM - System Log</title>"
- type: status
status:
- 200