Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.59 KB

File metadata and controls

48 lines (30 loc) · 1.59 KB

GitHub Release GitHub commits since latest release

Pipeleek

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.

Getting Started

To begin using Pipeleek, download the latest binary from the Releases page.

Quick Install (Linux/macOS)

Install the latest version with a single command:

curl -sL https://compasssecurity.github.io/pipeleek/install.sh | sh

⚠️ Security Warning: Piping scripts directly to sh can be dangerous. Always review the script contents first at https://compasssecurity.github.io/pipeleek/install.sh before executing.

Install with Go

Alternatively, install using Go:

go install github.com/CompassSecurity/pipeleek/cmd/pipeleek@latest

Detailed command documentation can be found in the documentation.


Formerly known as Pipeleak. Name and design idea credits to @sploutchy.