Documentation
README
CI/CD Pipeline Attack Methodology
CI/CD pipeline attacks target the software delivery infrastructure to extract secrets, inject malicious code, and establish persistence. After gaining access to GitHub, Jenkins, or GitLab, these tools extract stored credentials, inject pipeline steps for secret exfiltration, and manipulate workflow configurations.
Prerequisites
- CI/CD access — API token, personal access token, or service account credentials
- Python packages —
pip3 install requests - API access — Valid token with appropriate scopes (repo, admin, workflow)
This is the opening of the README. Read the full README on GitHub.