25 lines
900 B
YAML
25 lines
900 B
YAML
id: finicity-token
|
|
|
|
info:
|
|
name: Finicity API Token
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/finicity-api-token.yaml
|
|
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/finicity-api-token.go
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: exposure,finicity,file,token
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- (?i)(?:finicity)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-f0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$)
|
|
# digest: 490a00463044022048eb07ef3a44b526479525f049f95132e58f18015e3493fca481c602a99997b9022025713942576dbf354b95cf80dc013e4d6fca0021656aa13afae7d65957221a35:922c64590222798bb761d5b6d8e72950 |