Fixed amazon mws regex

patch-1
Ice3man543 2020-04-10 15:25:27 +05:30
parent 5cf7352ad7
commit 57e98d2ae5
1 changed files with 18 additions and 17 deletions

View File

@ -1,21 +1,22 @@
id: amazon-mws-auth-token-value
info:
name: Amazon MWS Auth Token
info:
author: puzzlepeaches
name: "Amazon MWS Auth Token"
severity: medium
requests:
- method: GET
path:
requests:
-
extractors:
-
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}"
type: regex
matchers:
-
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}"
type: regex
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}"