Pipeleek is a tool designed to scan CI/CD logs and artifacts for secrets.
It supports the following platforms:
- GitLab
- GitHub
- BitBucket
- Azure DevOps
- Gitea
Once secrets are discovered, further exploitation often requires additional tooling. Pipeleek provides several helper commands to assist with this process.
To begin using Pipeleek, download the latest binary from the Releases page.
Install the latest version with a single command:
curl -sL https://compasssecurity.github.io/pipeleek/install.sh | sh
⚠️ Security Warning: Piping scripts directly toshcan be dangerous. Always review the script contents first at https://compasssecurity.github.io/pipeleek/install.sh before executing.
Alternatively, install using Go:
go install github.com/CompassSecurity/pipeleek/cmd/pipeleek@latestDetailed command documentation can be found in the documentation.
Formerly known as Pipeleak. Name and design idea credits to @sploutchy.
