mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-05 02:03:35 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
28 lines
503 B
YAML
28 lines
503 B
YAML
id: wpdm-cache-session
|
|
|
|
info:
|
|
name: Wpdm-Cache Session
|
|
author: dhiyaneshDk
|
|
severity: medium
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/7004
|
|
tags: wordpress
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-content/uploads/wpdm-cache/'
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of /"
|
|
- ".txt"
|
|
- "wpdm-cache"
|
|
condition: and
|
|
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|