38 lines
662 B
YAML
38 lines
662 B
YAML
id: jotform-api-key
|
|
|
|
info:
|
|
name: Jotform API Key
|
|
author: Shankar Acharya
|
|
severity: info
|
|
reference:
|
|
- https://www.jotform.com/help/253-how-to-create-a-jotform-api-key/
|
|
metadata:
|
|
max-request: 1
|
|
verified: "true"
|
|
tags: token,exposure,jotform
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "jotform"
|
|
- "api"
|
|
condition: and
|
|
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "[0-9a-fA-F]{32}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "[0-9a-fA-F]{32}"
|