24 lines
510 B
YAML
24 lines
510 B
YAML
id: openai-key
|
|
|
|
info:
|
|
name: OpenAI API Key
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/openai.yml
|
|
- https://platform.openai.com/docs/api-reference
|
|
- https://platform.openai.com/docs/api-reference/authentication
|
|
metadata:
|
|
verified: true
|
|
tags: openai,token,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- \b(sk-[a-zA-Z0-9]{48})\b
|