Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dirtypipe-ebpf_detection — An eBPF detection program for CVE-2022-0847 | Kitploit
Tools/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

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2944 years agoReviewed by Kitploit

dirtypipe-ebpf_detection -- Dirtypipe detection tool

This program was made to detect Dirty Pipe exploitation attempts thanks to eBPF. It also monitors nonvulnerable kernels and docker containers.

🛫 If you want more details on how it works please read the blog post ! 🛬

How does it works?

Default execution:

root@kitploit:~
sudo ./bin/dirtypipe_detection

Debug mode:

Show libbpf logs on execution

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

Daemon mode:

Run program as daemon and send alerts over syslog

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

How to build?

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

Credits and References

Read the original blog on Dirtypipe from [email protected]

Read an interesting strategy from Datadog team

Download Tool