25 lines
504 B
YAML
25 lines
504 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 |