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

19 lines
356 B
YAML

id: aws-access-key-value
info:
name: AWS Access Key ID Value
author: Swissky
severity: info
tags: exposure,token,aws,amazon
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}"