Skip to content

Freshbooks Access Token

ID: freshbooks-accesstoken

Severity: info

Author: DhiyaneshDK

Tags: freshbooks,exposure,tokens

id: freshbooks-accesstoken
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
max-request: 1
tags: freshbooks,exposure,tokens
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- (?i)(?:freshbooks)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{64})(?:['|\"|\n|\r|\s|\x60|;]|$)
# digest: 4a0a00473045022100d10cf9cdf5092265021074cb1daf4937200eaf53e95df32261face008048efbc022063dc61fef72b6315fd656dc1607ba5253e6f20f67fb0601f872c41d0ee84586d: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/freshbooks/freshbooks-accesstoken.yaml"

View on Github