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

25 lines
504 B
YAML
Raw Normal View History

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