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

26 lines
465 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,exposure
metadata:
max-request: 2
2021-09-30 18:05:10 +00:00
http:
2021-09-30 18:05:10 +00:00
- 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