nuclei-templates/http/exposures/tokens/amazon/aws-access-secret-key.yaml

30 lines
521 B
YAML
Raw Normal View History

2023-01-17 22:12:26 +00:00
id: aws-access-secret-key
2023-01-10 17:39:48 +00:00
info:
2023-01-17 22:12:26 +00:00
name: AWS Access/Secret Key Disclosure
2023-01-10 17:39:48 +00:00
author: tess
severity: unknown
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-01-17 22:12:26 +00:00
tags: disclosure,aws,generic,exposure,amazon
2023-01-10 17:39:48 +00:00
http:
2023-01-10 17:39:48 +00:00
- method: GET
path:
2023-01-13 06:50:52 +00:00
- '{{BaseURL}}'
2023-01-10 17:39:48 +00:00
matchers-condition: and
matchers:
- type: word
2023-01-13 06:50:52 +00:00
part: body
2023-01-10 17:39:48 +00:00
words:
- 'accessKeyId'
- 'secretAccessKey'
condition: and
2023-01-13 06:50:52 +00:00
case-insensitive: true
2023-01-10 17:39:48 +00:00
- type: status
status:
- 200