Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
gitoops — all paths lead to clouds | Kitploit
工具/GitHubGitHub/ovotech/gitoops
Privilege EscalationReconnaissanceLateral MovementInformation GatheringPenetration TestingCloud SecurityDevSecOpsSupply Chain SecurityRed TeamingArchived
GitHubovotech/gitoops

gitoops

all paths lead to clouds

640502年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库

GitOops!
😱

条条大路通云端


GitOops 是一款帮助攻击者和防御者识别 GitHub 组织中横向移动与权限提升路径的工具,通过滥用 CI/CD 流水线和 GitHub 访问控制实现。

它通过映射 GitHub 组织与其 CI/CD 任务及环境变量之间的关系来工作。该工具使用任何兼容 Bolt 协议的图数据库作为后端,因此你可以通过 openCypher 查询攻击路径:

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

GitOops 的灵感来源于 Bloodhound 和 Cartography 等工具。

查看 文档、更多示例查询 以及我们在 BSides London 的演讲。

下载工具