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
chk_log4j — Some siimple checks to see if JAR file is vulnerable to CVE-2021-44228 | Kitploit
Tools/GitHubGitHub/gcmurphy/chk_log4j
Static AnalysisVulnerability ScannersVulnerability AnalysisCode AnalysisSupply Chain Security
GitHubgcmurphy/chk_log4j

chk_log4j

Some siimple checks to see if JAR file is vulnerable to CVE-2021-44228

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

chk_log4j - Tool to find jar files which are vulnerable to log4j CVE-2021-44228.

Install

  1. git clone https://github.com/gcmurphy/chk_log4j
  2. cd chk_log4j && cargo install --path .

Usage

The tool only checks a single file so it is best combined with something like fd.

root@kitploit:~
$ fd -a -e jar -x chk_log4j
Download Tool