diff --git a/tokens/amazon-mws-auth-token-value.yaml b/tokens/amazon-mws-auth-token-value.yaml index 37092d37e1..3df57aa35e 100755 --- a/tokens/amazon-mws-auth-token-value.yaml +++ b/tokens/amazon-mws-auth-token-value.yaml @@ -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}"