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

29 lines
508 B
YAML

id: aws-access-secret-key
info:
name: AWS Access/Secret Key Disclosure
author: tess
severity: unknown
metadata:
verified: "true"
tags: disclosure,aws,generic,exposure,amazon
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'accessKeyId'
- 'secretAccessKey'
condition: and
case-insensitive: true
- type: status
status:
- 200