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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-36281 — CVE-2023-36281 的 PoC | Kitploit
工具/GitHubGitHub/tagomaru/cve-2023-36281
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试Payload 开发
GitHubtagomaru/cve-2023-36281

CVE-2023-36281

CVE-2023-36281 的 PoC

查看仓库
213年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-36281

CVE-2023-36281 的 PoC

我参考了 这个 PoC。不幸的是,它不能正常工作,因为 subprocess.Popen 的索引在每个 Python 环境中是不同的。不过,我的 PoC 代码解决了这个问题。

安装

$ pip install -r requirements.txt

运行

1. 在您自己的环境中获取 subprocess 的索引,因为每个环境可能会有所不同。

输入

$ python get_index_of_subprocess.py

输出

root@kitploit:~
subprcess.Popen index: 309.
Replace target_index in attack_prompt.json with this value.

2. 将 attack_prompt.json 中的 target_index 替换为您获取到的值。

3. 利用

输入

$ python exploit.py

输出

root@kitploit:~
README.md  attack_prompt.json  get_index_of_subprocess.py  exploit.py  requirements.txt
下载工具