Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Log4j-Updater — Log4J Updater Bash Script to automate the framework update process on numerous machines and prevent the CVE-2021-44228 | Kitploit
Tools/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

View Repository
2744 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Log4j Updater

With the inevitable need to update the famous Java framework called Log4j, numerous companies are needing to update Log4j on several computers at the same time, which takes time and cost, and that's where the Log4j Updater comes in.

log4jupdater.sh is a simple bash script with the aim of automatically detecting the package manager to be used by the system and, if you have a log4j repository, update it and install the latest version possible, automating the process of updating it on multiple machines at once.

compatibility

The only package managers compatible with the script are APT and YUM.

The following links can be useful to check if log4j packages exist on famous linux systems and version used:

SystemLink
CentOShere
Debianhere
Ubuntuhere

Safe versions

The script will attempt to update Log4j to the latest possible version supported by the package manager. The following versions below are considered safe against CVE-2021-44228:

  • 1.X versions are all safe
  • 2.X versions are only safe from 2.15.0 or above (>=2.15.0)

Script Usage

root@kitploit:~
bash log4jupdater.sh
Download Tool