nuclei-templates/tokens/amazon-mws-auth-token-value...

22 lines
503 B
YAML
Executable File

id: amazon-mws-auth-token-value
info:
name: Amazon MWS Auth Token
author: puzzlepeaches
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers:
- 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}"
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}"