Create wpdm-cache-session.yaml
parent
d38c7ce5e4
commit
dab25e2df3
|
@ -0,0 +1,24 @@
|
|||
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"
|
||||
condition: and
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue