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
dirtcow — 脏牛Linux本地提权漏洞复现(CVE-2016-5195) | Kitploit
Tools/GitHubGitHub/imust6226/dirtcow
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary Exploitation
GitHubimust6226/dirtcow

dirtcow

脏牛Linux本地提权漏洞复现(CVE-2016-5195)

View Repository
966 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

dirtcow

Dirty Cow Linux Local Privilege Escalation Vulnerability Reproduction (CVE-2016-5195) *0、 Use the command uname -a to check the Linux kernel information

*1、 Download the EXP to local/server

*2、 Use the command gcc -pthread dirty.c -o dirty -lcrypt to compile dirty.c, generating an executable file named dirty

*3、 Run ./dirty pass to escalate privileges, where pass is the password you set

Reference link: https://www.jianshu.com/p/df72d1ee1e3e

http://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.gz Download and install gcc.

Download Tool