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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
dirtycow-lab — Ubuntu 16.04.1에서 Dirty COW 취약점(CVE-2016-5195) 악용 | Kitploit
도구/GitHubGitHub/marioalejos-cs/dirtycow-lab
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary ExploitationLabs & Practice
GitHubmarioalejos-cs/dirtycow-lab

dirtycow-lab

Ubuntu 16.04.1에서 Dirty COW 취약점(CVE-2016-5195) 악용

저장소 보기
10년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

dirtycow-lab

Ubuntu 16.04.1에서 Dirty COW (CVE-2016-5195) 취약점 공격.

cat > README.md <<'EOF'

🐮 Dirty COW Exploit (CVE-2016-5195)

📌 설명

이 실습은 취약한 커널을 가진 Ubuntu Server 16.04.1 시스템에서 Dirty COW 취약점 공격을 시연합니다.
목표는 제한된 사용자(student)에서 root로 권한 상승하여 /root/flag.txt에 있는 플래그를 획득하는 것이었습니다.

🛠️ 수행 과정

  1. 커널 확인: Linux 4.4.0-31-generic (취약).
  2. 익스플로잇 컴파일: Docker 내 Kali에서 ubuntu:16.04 환경에서 dirtycow_passwd.c를 컴파일 → dirty 바이너리.
  3. 전송: scp dirty student@<IP>:~/.
  4. 실행 및 권한 상승: chmod +x ~/dirty && ~/dirty → su root (비밀번호 dirtyCowFun).
  5. 플래그: cat /root/flag.txt → 4GEEKS{Y0u_G0t_R00t}.

✅ 결과

root@kitploit:~
root@ubuntu:/home/student# whoami
root
root@ubuntu:/home/student# id
uid=0(root) gid=0(root) groups=0(root)
root@ubuntu:/home/student# cat /root/flag.txt
4GEEKS{Y0u_G0t_R00t}

획득한 플래그
도구 다운로드