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-patched — Provide patched version of Log4J against CVE-2021-44228 and CVE-2021-45046 as well as a script to manually patch it yourself | Kitploit
Tools/GitHubGitHub/aschen/log4j-patched
Vulnerability AnalysisScripting & AutomationSupply Chain SecurityLearning & EducationCurated Resources
GitHubaschen/log4j-patched

log4j-patched

Provide patched version of Log4J against CVE-2021-44228 and CVE-2021-45046 as well as a script to manually patch it yourself

View Repository
114 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 Patched Dependency for Log4Shell

This repository aims to provide a patched version of the Log4J library for legacy system that can not be updated right away.

The patch consist in a modified version of the log4j-core.x.x.x.jar file following the official recommandation of the Apache foundation.

The modified version does not contains the JndiLookup.class class anymore.

How to use it

First, you shouldn't trust random people on internet.

internet dog

This repository includes a script that allows to generated patched version of the library on your computer:

  • Download original library from a trusted source (Maven)
  • Apply the patch by removing the JndiLookup.class file
  • Replace the log4j-core-x.x.x.jar on your system by the patched one (use find / -name log4j-core*.jar to find it)
root@kitploit:~
version=2.8.2 # replace your desired version of log4j here

wget https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/$version/log4j-core-$version.jar

zip -q -d log4j-core-$version.jar org/apache/logging/log4j/core/lookup/JndiLookup.class

If you cannot apply the patch yourself, you can directly download the patched jar from this repository:

  • log4j-core-2.0-beta9.jar
  • log4j-core-2.0-rc1.jar
  • log4j-core-2.0-rc2.jar
  • log4j-core-2.0.2.jar
  • log4j-core-2.0.jar
  • log4j-core-2.1.jar
  • log4j-core-2.2.jar
  • log4j-core-2.3.jar
  • log4j-core-2.4.1.jar
  • log4j-core-2.4.jar
  • log4j-core-2.5.jar
  • log4j-core-2.6.1.jar
  • log4j-core-2.6.2.jar
  • log4j-core-2.6.jar
  • log4j-core-2.7.jar
  • log4j-core-2.8.1.jar
  • log4j-core-2.8.2.jar
  • log4j-core-2.8.jar
  • log4j-core-2.9.0.jar

Info: version before 2.0-beta9 are not affected since they do not contains the flawed class.

Download Tool
  • log4j-core-2.9.1.jar
  • log4j-core-2.10.0.jar
  • log4j-core-2.11.0.jar
  • log4j-core-2.11.1.jar
  • log4j-core-2.11.2.jar
  • log4j-core-2.12.0.jar
  • log4j-core-2.12.1.jar
  • log4j-core-2.12.2.jar
  • log4j-core-2.13.0.jar
  • log4j-core-2.13.1.jar
  • log4j-core-2.13.2.jar
  • log4j-core-2.13.3.jar
  • log4j-core-2.14.0.jar
  • log4j-core-2.14.1.jar
  • log4j-core-2.15.0.jar
  • log4j-core-2.16.0.jar