Skip to content

Commit

Permalink
Merge pull request #8086 from 5hank4r/main
Browse files Browse the repository at this point in the history
Create jotfrom_api_key.yaml
  • Loading branch information
ritikchaddha authored Sep 18, 2023
2 parents 6aceb31 + 1fbc098 commit 92ed56f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions http/exposures/tokens/jotform/jotform-api-key.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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}}"

extractors:
- type: regex
part: body
regex:
- "[0-9a-fA-F]{32}"

0 comments on commit 92ed56f

Please sign in to comment.