Files
nuclei-templates/vulnerabilities/wordpress/wp-upload-data.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* 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
2022-04-22 13:38:41 +03:00

30 lines
684 B
YAML

id: wordpress-upload-data
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
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