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

26 lines
465 B
YAML

id: wpconfig-aws-keys
info:
name: AWS S3 keys Leak
author: r12w4n
severity: high
tags: aws,s3,wordpress,disclosure,exposure
metadata:
max-request: 2
http:
- 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
part: body