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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2014-3153 — cve2014-3153 exploit for ubuntu x86 | Kitploit
工具/GitHubGitHub/lieanu/cve-2014-3153
Privilege EscalationExploitationLearning & EducationBinary Exploitation
GitHublieanu/cve-2014-3153

CVE-2014-3153

cve2014-3153 exploit for ubuntu x86

查看仓库
18511年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

##Towelroot for Ubuntu x86

该exp已在Ubuntu 14.04 x86和Ubuntu 12.04.2 x86上成功测试。

学习CVE-2014-3153和towelroot。

直到版本3.14的内核使用rbtree来存储rt_waiter(而不是plist_node),更复杂!

IA与ARM有不同的thread_info!!

源代码来自geekben/towelroot和timwr/CVE-2014-3153

###Compile and run

root@kitploit:~
$ gcc -fno-stack-protector -m32 -O0 -pthread mytowel.c -o mytowel
or simply
$ gcc -pthread mytowel.c -o mytowel
$ ./mytowel
下载工具