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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/randallbanner/spring-cloud-function-vulnerability-cve-2022-22963-rce
Payload生成漏洞分析漏洞利用ShellcodeWeb应用程序漏洞利用渗透测试
GitHubrandallbanner/spring-cloud-function-vulnerability-cve-2022-22963-rce

Spring-Cloud-Function-Vulnerability-CVE-2022-22963-RCE

Python exploit for CVE-2022-22963 (Spring4Shell) targeting Spring Cloud Function RCE. Automates reverse shell delivery via wget and bash one-liner execution.

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
43年前尚未审核

Spring Cloud Function 漏洞 (CVE-2022-22963) RCE

这是 Spring4Shell (CVE-2022-22963) 的 Python 实现,影响运行 Spring Cloud Function <=3.1.6(3.1.x 版本)和 <=3.2.2(3.2.x 版本)的服务。

结合了多个网上公开的 POC

作者: Randall Banner

日期: 17/04/23

描述: 脚本会在当前目录创建 shell.sh,其中包含一个简单的 bash 反向 shell 单行命令。然后启动一个 Web 服务器,通过 wget 将其提供给受害目标(输出到 /dev/shm 文件夹),接着使 shell.sh 可执行,最后运行它。

在运行脚本之前,别忘了启动 Netcat!

下载工具