From c8db688307547b5308a75f186569fe94e5c52af7 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 13 Jan 2023 12:20:52 +0530 Subject: [PATCH] fix-template --- exposures/tokens/amazon/aws-secret-key.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/exposures/tokens/amazon/aws-secret-key.yaml b/exposures/tokens/amazon/aws-secret-key.yaml index a96db99d35..e2ab3b12f1 100644 --- a/exposures/tokens/amazon/aws-secret-key.yaml +++ b/exposures/tokens/amazon/aws-secret-key.yaml @@ -6,27 +6,22 @@ info: severity: unknown metadata: verified: "true" - tags: secret,aws,generic,exposure + tags: secret,aws,generic,exposure,amazon requests: - method: GET path: - - '{{BaseURL}}/' + - '{{BaseURL}}' matchers-condition: and matchers: - - type: word + part: body words: - 'accessKeyId' - 'secretAccessKey' - part: body condition: and - - - type: word - part: header - words: - - "text/html" + case-insensitive: true - type: status status: