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-07-25 20:05:02 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2020-07-11 05:50:35 +00:00
|
|
|
|
2020-07-31 10:00:36 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2020-07-31 08:47:36 +00:00
|
|
|
- type: regex
|
|
|
|
part: body
|
2020-07-30 08:16:37 +00:00
|
|
|
regex:
|
|
|
|
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
|
|
|
|
|
2020-07-31 10:00:36 +00:00
|
|
|
extractors:
|
2020-07-31 08:47:36 +00:00
|
|
|
- type: regex
|
|
|
|
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}"
|