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

24 lines
539 B
YAML
Raw Normal View History

2020-04-06 20:52:11 +00:00
id: amazon-mws-auth-token-value
2020-05-25 08:24:39 +00:00
2020-05-09 08:59:35 +00:00
info:
2020-04-06 20:52:11 +00:00
author: puzzlepeaches
2020-04-10 09:55:27 +00:00
name: "Amazon MWS Auth Token"
2020-04-06 20:52:11 +00:00
severity: medium
2020-05-25 08:24:39 +00:00
2020-05-09 08:59:35 +00:00
requests:
2020-05-25 08:24:39 +00:00
- extractors:
- part: body
2020-05-09 08:59:35 +00:00
regex:
2020-04-10 09:55:27 +00:00
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
type: regex
2020-07-11 05:50:35 +00:00
matchers-condition: and
2020-05-09 08:59:35 +00:00
matchers:
2020-05-25 08:24:39 +00:00
- part: body
2020-05-09 08:59:35 +00:00
regex:
2020-04-10 09:55:27 +00:00
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
type: regex
method: GET
2020-05-09 08:59:35 +00:00
path:
- "{{BaseURL}}"