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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2021-44228 — DO NOT USE FOR ANYTHING REAL. Simple springboot sample app with vulnerability CVE-2021-44228 aka "Log4Shell" | Kitploit
工具/GitHubGitHub/srcporter/cve-2021-44228
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubsrcporter/cve-2021-44228

CVE-2021-44228

DO NOT USE FOR ANYTHING REAL. Simple springboot sample app with vulnerability CVE-2021-44228 aka "Log4Shell"

查看仓库
111年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2021-44228 示例

针对 CVE-2021-44228 的漏洞容器构建示例。

除了高度受控的安全测试外,请勿用于任何其他目的。 此仓库包含一个示例应用程序,该程序故意使用了含有危险远程代码执行漏洞的依赖项。即使在受控环境中,也不应将此软件暴露于公共网络。

存在漏洞 CVE-2021-44228(又名 "Log4Shell")的简单 Spring Boot 示例应用程序

要构建 Spring Boot 示例应用的 Java WAR 文件:

root@kitploit:~
./mvnw package

要为 x86/amd64 构建容器镜像:

root@kitploit:~
podman build --platform linux/amd64 -t log4shell:0.1 . -f ./Dockerfile.amd64

要为 OS390 构建容器镜像:

root@kitploit:~
podman build --platform s390x -t log4shell:os390 ./ -f ./Dockerfile.os390
下载工具