Skip to content

BitBucket Client Secret

ID: bitbucket-clientsecret

Severity: info

Author: DhiyaneshDK

Tags: bitbucket,exposure,tokens,secret

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

View on Github