2022-09-08 13:28:46 +00:00
id : wordpress-upload-data
2022-04-22 10:38:41 +00:00
2022-09-08 13:28:46 +00:00
info :
name : wordpress-upload-data
author : pussycat0x
severity : medium
description : The remote WordPress installation contains a file 'data.txt' under the '/wp-content/uploads/' folder that has sensitive information inside it.
reference : https://www.exploit-db.com/ghdb/7040
tags : wordpress,listing
2022-04-22 10:38:41 +00:00
2022-09-08 13:28:46 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-content/uploads/data.txt"
matchers-condition : and
matchers :
- type : word
words :
- "admin:"
- type : word
part : header
words :
- "text/plain"
- type : status
status :
- 200