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

24 lines
500 B
YAML
Raw Normal View History

2020-04-05 20:01:24 +00:00
id: aws-access-key-value
info:
name: AWS Access Key ID Value
author: Swissky
severity: medium
requests:
- method: GET
path:
2020-05-09 08:59:35 +00:00
- "{{BaseURL}}"
2020-07-11 05:50:35 +00:00
matchers-condition: and
2020-04-05 20:01:24 +00:00
matchers:
- type: regex
part: body
regex:
- "(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}"
extractors:
- type: regex
part: body
regex:
2020-05-09 08:59:35 +00:00
- "(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}"