Add files via upload
parent
8b0f37af89
commit
7038617c86
|
@ -0,0 +1,21 @@
|
|||
id: wordpress-upload-data
|
||||
info:
|
||||
name: wordpress-upload-data
|
||||
author: pussycat0x
|
||||
severity: medium
|
||||
description: Searches for Passwords in the wordpress uploads directory.
|
||||
reference: https://www.exploit-db.com/ghdb/7040
|
||||
tags: wordpress,listing
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/uploads/data.txt"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "admin"
|
||||
- ""
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue