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

18 lines
349 B
YAML
Executable File

id: amazon-mws-auth-token-value
info:
author: puzzlepeaches
name: "Amazon MWS Auth Token"
severity: medium
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}"