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
Fix-CVE-2021-44228 — Apply class remove process from ear/war/jar/zip archive, see https://logging.apache.org/log4j/2.x/ | Kitploit
Tools/GitHubGitHub/alexandreheroux/fix-cve-2021-44228
Vulnerability AnalysisScripting & AutomationUtilities & FrameworksSupply Chain SecurityMisconfiguration
GitHubalexandreheroux/fix-cve-2021-44228

Fix-CVE-2021-44228

Apply class remove process from ear/war/jar/zip archive, see https://logging.apache.org/log4j/2.x/

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
644 years agoNot yet reviewed

CVE-2021-44228!

The current program remove the class "org/apache/logging/log4j/core/lookup/JndiLookup.class" from your zip, jar, war, ear archive.

Before use

  • Follow the guide https://www.lunasec.io/docs/blog/log4j-zero-day-mitigation-guide/ before using.
  • The utility will help your to apply "Modify your log4j .jar manually" step if required

How to run

Execute the program before starting your server

  • wget https://github.com/AlexandreHeroux/Fix-CVE-2021-44228/raw/main/dist/fix-CVE-2021-44228-1.0.1.jar
  • java -jar fix-CVE-2021-44228-1.0.1.jar /yourFolder
Download Tool