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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Log4j-Updater — Log4J Updater Bash Script to automate the framework update process on numerous machines and prevent the CVE-2021-44228 | Kitploit
工具/GitHubGitHub/vinnimarcon/log4j-updater
General Purpose UtilitiesVulnerability AnalysisScripting & AutomationConfiguration AuditingDevSecOpsSupply Chain Security
GitHubvinnimarcon/log4j-updater

Log4j-Updater

Log4J Updater Bash Script to automate the framework update process on numerous machines and prevent the CVE-2021-44228

查看仓库
24年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Log4j 更新器

随着不得不更新著名的 Java 框架 Log4j,许多公司需要在多台计算机上同时更新 Log4j,这既耗时又成本高昂,而 Log4j 更新器 正是为此而生。

log4jupdater.sh 是一个简单的 bash 脚本,旨在自动检测系统所使用的包管理器,如果存在 log4j 仓库,则更新并安装尽可能新的版本,从而自动化在多台机器上更新 Log4j 的过程。

兼容性

该脚本仅兼容 APT 和 YUM 两种包管理器。

以下链接有助于检查主流 Linux 系统上是否存在 log4j 包及其使用的版本:

系统链接
CentOS此处
Debian此处
Ubuntu此处

安全版本

该脚本将尝试将 Log4j 更新为包管理器支持的最新版本。以下版本被认为对 CVE-2021-44228 安全:

  • 1.X 版本 均安全
  • 2.X 版本 仅 2.15.0 及以上版本安全 (>=2.15.0)

脚本使用

root@kitploit:~
bash log4jupdater.sh
下载工具