Show HN:一款跨平台工具包,用于探索操作系统内部结构和功能
3 分•作者: DenisDolya•6 个月前
我与同事共同构建了这个工具包,旨在深入研究操作系统内部机制,并自动化识别提权途径。它完全使用 C 语言编写,没有任何外部依赖,涵盖了从 Linux capabilities 和 Docker 逃逸,到 Windows token 操控和服务权限等各个方面。我们坚信,攻防对抗是推动软件进化的根本动力。这个工具是我们对这一循环的贡献,专为那些希望了解如何在不同环境中发现和审计底层配置错误的研究人员而设计。
查看原文
I built this toolkit with my colleague to dive deep into OS internals and automate the identification of privilege escalation vectors. Written in pure C without external dependencies, it explores everything from Linux capabilities and Docker escapes to Windows token manipulation and service permissions. We believe that the constant struggle between breaking and securing systems is the ultimate driver of software evolution. This tool is our contribution to that cycle, designed for researchers who want to understand how low-level misconfigurations can be discovered and audited across different environments.<p>Source: <a href="https://github.com/Ferki-git-creator/ferki-escalator" rel="nofollow">https://github.com/Ferki-git-creator/ferki-escalator</a>