Skip to content

Gocardless API Token

ID: gocardless-token

Severity: info

Author: DhiyaneshDK

Tags: gocardless,exposure,tokens

id: gocardless-token
info:
name: Gocardless API Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/gocardless-api-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/gocardless-api-token.go
metadata:
verified: true
max-request: 1
tags: gocardless,exposure,tokens
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- (?i)(?:gocardless)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}(live_(?i)[a-z0-9\-_=]{40})(?:['|\"|\n|\r|\s|\x60|;]|$)
# digest: 490a00463044022020ad24cd2fbcc6a0ceb1c5b8d67a6acc4f73c12fd2cb8ccdeac373b366d3c748022012d073fe949a1591959b9e6d116eb9b57f4ac96787c8e0e41cce7d367c243662: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/gocardless/gocardless-token.yaml"

View on Github