Update jotform-api-key.yaml
parent
94bf36f471
commit
f1e70da56c
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue