Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
dirtypipe-ebpf_detection — CVE-2022-0847를 위한 eBPF 탐지 프로그램 | Kitploit
도구/GitHubGitHub/airbus-cert/dirtypipe-ebpf_detection
Defensive ToolsContainer SecurityVulnerability AnalysisIntrusion Detection
GitHubairbus-cert/dirtypipe-ebpf_detection

dirtypipe-ebpf_detection

CVE-2022-0847를 위한 eBPF 탐지 프로그램

저장소 보기
2944년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

dirtypipe-ebpf_detection -- Dirtypipe 탐지 도구

이 프로그램은 eBPF를 통해 Dirty Pipe 공격 시도를 탐지하기 위해 제작되었습니다. 또한 취약하지 않은 커널과 도커 컨테이너도 모니터링합니다.

🛫 작동 방식에 대한 자세한 내용은 블로그 게시물을 참조하세요! 🛬

작동 방식

기본 실행:

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]의 Dirtypipe에 관한 원본 블로그 읽기

Datadog 팀의 흥미로운 전략 읽기

도구 다운로드