nuclei-templates/vulnerabilities/wordpress/wpdm-cache-session.yaml

27 lines
497 B
YAML
Raw Normal View History

2021-06-13 12:13:24 +00:00
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"
2021-06-13 15:26:28 +00:00
- "wpdm-cache"
2021-06-13 12:13:24 +00:00
condition: and
2021-06-21 12:39:16 +00:00
2021-06-13 12:13:24 +00:00
part: body
- type: status
status:
- 200