25 lines
570 B
YAML
25 lines
570 B
YAML
id: clojars-token
|
|
|
|
info:
|
|
name: Clojars Token
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/clojars-api-token.yaml
|
|
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/clojars-api-token.go
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: clojars,exposure,tokens
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- (?i)(CLOJARS_)[a-z0-9]{60}
|