Updated regex
parent
0626a603f0
commit
94bf36f471
|
@ -3,7 +3,7 @@ id: jotform-api-key
|
||||||
info:
|
info:
|
||||||
name: Jotform API Key
|
name: Jotform API Key
|
||||||
author: Shankar Acharya
|
author: Shankar Acharya
|
||||||
severity: info
|
severity: unknown
|
||||||
reference:
|
reference:
|
||||||
- https://www.jotform.com/help/253-how-to-create-a-jotform-api-key/
|
- https://www.jotform.com/help/253-how-to-create-a-jotform-api-key/
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -20,4 +20,4 @@ http:
|
||||||
- type: regex
|
- type: regex
|
||||||
part: body
|
part: body
|
||||||
regex:
|
regex:
|
||||||
- "[0-9a-fA-F]{32}"
|
- (?m)[\'"\\=]([0-9a-fA-F]{32})[\'"\\=|\\s]
|
||||||
|
|
Loading…
Reference in New Issue