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
log4jjndilookupremove — A simple script to remove Log4J JndiLookup.class from jars in a given directory, to temporarily protect from CVE-2021-45046 and CVE-2021-44228. | Kitploit
Tools/GitHubGitHub/lukepasek/log4jjndilookupremove
Vulnerability AnalysisScripting & AutomationSupply Chain SecurityMisconfigurationIncident Response
GitHublukepasek/log4jjndilookupremove

log4jjndilookupremove

A simple script to remove Log4J JndiLookup.class from jars in a given directory, to temporarily protect from CVE-2021-45046 and CVE-2021-44228.

View Repository
4 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

log4jjndilookupremove

A simple script to remove Log4J JndiLookup.class from jars in given directory. This script can be used to temporarily resolve the CVE-2021-45046 and CVE-2021-44228, until the application can be repackaged with a proper Log4J version.

Usage

On Linux or other *nix system just run this script in the directory you want to scan, or add the target directory as first parameter:

root@kitploit:~
$. scanjars.sh

or

root@kitploit:~
$. scanjars.sh <target_dir>

Dependencies

  • bash
  • zip
  • unzip
Download Tool