Categorygithub.com/ovotech/gitoops
module
0.0.0
Repository: https://github.com/ovotech/gitoops.git
Documentation: pkg.go.dev

# README

GitOops!
😱

all paths lead to clouds


GitOops is a tool to help attackers and defenders identify lateral movement and privilege escalation paths in GitHub organizations by abusing CI/CD pipelines and GitHub access controls.

It ingests relationships between your GitHub users, teams and repositories and environment variables in your CI/CD systems. It works with Bolt-compatible graph databases, allowing you to query attack paths with openCypher:

MATCH p=(:User{login:"alice"})-[*..5]->(v:EnvironmentVariable)
WHERE v.name =~ ".*SECRET.*"
RETURN p

GitOops takes inspiration from tools like Bloodhound and Cartography.

Check out the docs or more example queries.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author