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

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

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

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

工具目录

分类

查看所有分类
Loading categories
dirtycow — Dirty Cow exploit - CVE-2016-5195 | Kitploit
工具/GitHubGitHub/firefart/dirtycow
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary ExploitationArchived
GitHubfirefart/dirtycow

dirtycow

Dirty Cow exploit - CVE-2016-5195

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

dirtycow

此利用程序以 dirtycow 漏洞的 pokemon 利用为基础,自动生成一个新的 passwd 行。 运行二进制文件时,会提示用户输入新密码。 原始 /etc/passwd 文件会被备份到 /tmp/passwd.bak,并用生成的行覆盖 root 账户。 运行利用程序后,您应该可以使用新创建的用户登录。

要使用此利用程序,请根据您的需求修改用户值。

默认创建的用户是 toor。

原始利用程序(dirtycow 的 ptrace_pokedata "pokemon" 方法): https://github.com/dirtycow/dirtycow.github.io/blob/master/pokemon.c

编译方式:

root@kitploit:~
gcc -pthread dirty.c -o dirty -lcrypt

然后通过以下任一方式运行新创建的二进制文件:

root@kitploit:~
./dirty

或

root@kitploit:~
 ./dirty my-new-password

之后,您可以执行 su toor 或 ssh toor@...

不要忘记在运行利用程序后恢复您的 /etc/passwd!

root@kitploit:~
mv /tmp/passwd.bak /etc/passwd

利用程序由 Christian "firefart" Mehlmauer 改编

https://firefart.at

下载工具