nuclei-templates/exposures/configs/wpconfig-aws-keys.yaml

24 lines
429 B
YAML
Raw Normal View History

id: wpconfig-aws-keys
2021-09-30 18:05:10 +00:00
info:
name: AWS S3 keys Leak
author: r12w4n
2021-09-30 18:05:10 +00:00
severity: high
tags: aws,s3,wordpress,disclosure
2021-09-30 18:05:10 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-config.php-backup'
- "{{BaseURL}}/%c0"
matchers:
- type: word
words:
- 'access-key-id'
- 'secret-access-key'
- 'DB_NAME'
- 'DB_PASSWORD'
condition: and
2021-09-30 18:05:10 +00:00
part: body