Index
pipeleek gl
GitLab related commands
Synopsis
Commands to enumerate and exploit GitLab instances.
GitLab Proxy Support
Note: Proxying is currently supported only for GitLab commands.
Since Go binaries aren't compatible with Proxychains, you can set a proxy using the HTTP_PROXY environment variable.
For HTTP proxy (e.g., Burp Suite): HTTP_PROXY=http://127.0.0.1:8080 pipeleek gl scan --token glpat-xxxxxxxxxxx --gitlab https://gitlab.com
For SOCKS5 proxy: HTTP_PROXY=socks5://127.0.0.1:8080 pipeleek gl scan --token glpat-xxxxxxxxxxx --gitlab https://gitlab.com
Options
Options inherited from parent commands
SEE ALSO
- pipeleek - Scan job logs and artifacts for secrets
- pipeleek gl cicd - CI/CD related commands
- pipeleek gl enum - Enumerate access rights of a GitLab access token
- pipeleek gl renovate - Renovate related commands
- pipeleek gl runners - runner related commands
- pipeleek gl scan - Scan a GitLab instance
- pipeleek gl schedule - Enumerate scheduled pipelines and dump their variables
- pipeleek gl secureFiles - Print CI/CD secure files
- pipeleek gl variables - Print configured CI/CD variables
- pipeleek gl vuln - Check if the installed GitLab version is vulnerable