2021-10-05 12:42:55 +00:00
|
|
|
id: wpconfig-aws-keys
|
2021-09-30 18:05:10 +00:00
|
|
|
|
|
|
|
info:
|
2021-10-05 12:42:55 +00:00
|
|
|
name: AWS S3 keys Leak
|
|
|
|
author: r12w4n
|
2021-09-30 18:05:10 +00:00
|
|
|
severity: high
|
2023-06-02 23:20:14 +00:00
|
|
|
tags: aws,s3,wordpress,disclosure,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2021-09-30 18:05:10 +00:00
|
|
|
|
2023-04-27 04:28:59 +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'
|
2021-10-05 12:42:55 +00:00
|
|
|
- 'DB_NAME'
|
|
|
|
- 'DB_PASSWORD'
|
|
|
|
condition: and
|
2021-09-30 18:05:10 +00:00
|
|
|
part: body
|