nuclei-templates/exposures/tokens/amazon/amazon-mws-auth-token.yaml

19 lines
361 B
YAML

id: amazon-mws-auth-token
info:
name: Amazon MWS Auth Token
author: puzzlepeaches
severity: info
tags: exposure,token,aws,amazon,auth
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"