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
Tools/GitHubGitHub/roticagas/cve-2021-44228-demo
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubroticagas/cve-2021-44228-demo

CVE-2021-44228-Demo

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

CVE-2021-44228-Demo

This project for prove and testing zero-day log4j exploit

verify dependency

./mvnw dependency:list

patch

A set ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true

B add vm option -Dlog4j2.formatMsgNoLookups=true

C.1 add properties log4j2.formatMsgNoLookups=true (NOT WORK) C.2 add properties log4j.formatMsgNoLookups=true (NOT WORK)

D update <log4j2.version>2.15.0</log4j2.version>

E in log4j2.xml replace %m with %m{nolookups}

Download Tool