mirror of
https://github.com/SleepingBag945/dddd.git
synced 2025-06-10 02:03:07 +00:00
25 lines
418 B
YAML
25 lines
418 B
YAML
id: idocview-cmd-rce
|
|
|
|
info:
|
|
name: iDocView cmd.json RCE
|
|
author: SleepingBag945
|
|
severity: critical
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /system/cmd.json HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
part: status_code
|
|
status:
|
|
- 200
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"code":"1"'
|
|
condition: and
|