Skip to content

Amazon MWS Auth Token

ID: amazon-mws-auth-token

Severity: info

Author: puzzlepeaches

Tags: exposure,token,aws,amazon,auth

id: amazon-mws-auth-token
info:
name: Amazon MWS Auth Token
author: puzzlepeaches
severity: info
metadata:
max-request: 1
tags: exposure,token,aws,amazon,auth
http:
- 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}"
# digest: 4b0a00483046022100fd220dd1c0de468c7a25a02e735722408b21a0f7906f63839d6730d1328cd1ad022100ecfd00c7dbf378bb88ca79486cc24fdbd0d48eca59004f52a6143374ac13980a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/amazon/amazon-mws-auth-token.yaml"

View on Github