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-rce-test — CVE-2021-44228 - Apache log4j RCE quick test | Kitploit
Tools/GitHubGitHub/jeffli1024/log4j-rce-test
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationCommand and Control
GitHubjeffli1024/log4j-rce-test

log4j-rce-test

CVE-2021-44228 - Apache log4j RCE quick test

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

Build

./build.sh

Start log4j RCE Server

./start-log4j-rce-server.sh

Test

  • Run java -cp log4j-rce-1.0-SNAPSHOT-all.jar log4j Check if you get logs in hack.log from current folder
  • You can change this line
    String[] cmds = { "sh", "-c", "echo 'Exploit at '" + getDateString() + " >> ./hack.log" };
    in file apache-log4j-poc/src/main/java/Exploit.java to whatever you like then rebuild and run test
  • Check out issue #1 if you see maven compile error

Credits

  • https://github.com/tangxiaofeng7/apache-log4j-poc.git
  • https://github.com/mbechler/marshalsec.git
Download Tool