Skip to content

Freshbooks Access Token

ID: freshbooks-access-token

Severity: info

Author: DhiyaneshDK

Tags: freshbooks,file,keys

id: freshbooks-access-token
info:
name: Freshbooks Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/freshbooks-access-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/freshbooks-access-token.go
metadata:
verified: true
tags: freshbooks,file,keys
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- fio-u-(?i)[a-z0-9\-_=]{64}
# digest: 490a00463044022048613faac48e2fb8bdf92ef53d082623487491eab1bf177ebbbee08af86f89d8022072a1de72cd0be652df87398ae55a940f5c5e9a292c57d519028cd6cf5a264bdc: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 "file/keys/freshbooks-access-token.yaml"

View on Github