diff --git a/http/exposures/tokens/jotform/jotform-api-key.yaml b/http/exposures/tokens/jotform/jotform-api-key.yaml index 860ce9dacf..4ca111bea7 100644 --- a/http/exposures/tokens/jotform/jotform-api-key.yaml +++ b/http/exposures/tokens/jotform/jotform-api-key.yaml @@ -3,7 +3,7 @@ id: jotform-api-key info: name: Jotform API Key author: Shankar Acharya - severity: unknown + severity: info reference: - https://www.jotform.com/help/253-how-to-create-a-jotform-api-key/ metadata: @@ -16,8 +16,20 @@ http: path: - "{{BaseURL}}" + matchers-condition: and + matchers: + - type: word + part: body + words: + - "jotform" + + - type: regex + part: body + regex: + - "[0-9a-fA-F]{32}" + extractors: - type: regex part: body regex: - - (?m)[\'"\\=]([0-9a-fA-F]{32})[\'"\\=|\\s] + - "[0-9a-fA-F]{32}"