2022-09-08 13:28:46 +00:00
|
|
|
id: zm-system-log-detect
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
info:
|
|
|
|
name: zm-system-log-detect
|
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
|
|
|
reference: https://www.exploit-db.com/ghdb/6926
|
|
|
|
tags: logs,zm,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-08 13:28:46 +00:00
|
|
|
- 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:
|
2021-07-12 17:53:30 +00:00
|
|
|
- 200
|