Skip to content

Picatic API Key Disclosure

ID: picatic-api-key

Severity: info

Author: Ice3man

Tags: exposure,token

id: picatic-api-key
info:
name: Picatic API Key Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'sk_live_[0-9a-z]{32}'
# digest: 4b0a00483046022100f6c3aa5553320e16c316b1703572fa4c6107d1b59c489b39200836a2fa7dc90d0221009b9e562b452618a9e22d66840af08773d45a4a15cf5a29584f50df0869c8abfa:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/picatic/picatic-api-key.yaml"

View on Github