Update jotform-api-key.yaml

patch-1
Prince Chaddha 2023-10-11 14:46:26 +05:30 committed by GitHub
parent 94bf36f471
commit f1e70da56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -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}"