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

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

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

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

工具目录

分类

查看所有分类
Loading categories
dirtypipe-ebpf_detection — An eBPF detection program for CVE-2022-0847 | Kitploit
工具/GitHubGitHub/airbus-cert/dirtypipe-ebpf_detection
Defensive ToolsContainer SecurityVulnerability AnalysisIntrusion Detection
GitHubairbus-cert/dirtypipe-ebpf_detection

dirtypipe-ebpf_detection

An eBPF detection program for CVE-2022-0847

查看仓库
2944年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

dirtypipe-ebpf_detection -- Dirtypipe 检测工具

该程序利用 eBPF 检测 Dirty Pipe 漏洞利用尝试。它同样监控不受影响的内核和 Docker 容器。

🛫 如果您想了解更多工作原理,请阅读博客文章!🛬

它是如何工作的?

默认执行:

root@kitploit:~
sudo ./bin/dirtypipe_detection

调试模式:

在运行时显示 libbpf 日志

root@kitploit:~
sudo ./bin/dirtypipe_detection --debug

守护进程模式:

以守护进程方式运行,并通过 syslog 发送告警

root@kitploit:~
sudo ./bin/dirtypipe_detection --daemon

如何构建?

Debian

root@kitploit:~
sudo apt install git make pkg-config libelf-dev clang-11 libc6-dev-i386 bpftool -y
git clone https://github.com/airbus-cert/dirtypipe-ebpf_detection
cd ./dirtypipe-ebpf_detection/src/
make

Ubuntu

root@kitploit:~
sudo apt install git make pkg-config libelf-dev clang-11 libc6-dev-i386 linux-tools-common linux-tools-$(uname -r) -y
git clone https://github.com/airbus-cert/dirtypipe-ebpf_detection
cd ./dirtypipe-ebpf_detection/src/
make

致谢与参考

阅读来自 [email protected] 的原始 博客 文章,了解 Dirty Pipe 漏洞。

阅读 Datadog 团队提出的有趣策略。

下载工具