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-log4jVulnScanner-metasploit — herramienta de código abierto de detección y escaneo para descubrir y realizar fuzzing de la vulnerabilidad Log4J RCE CVE-2021-44228 | Kitploit
Herramientas/GitHubGitHub/taroballzchen/cve-2021-44228-log4jvulnscanner-metasploit
ReconocimientoEscáneres de VulnerabilidadesFrameworks de ExploitsExplotación de Aplicaciones WebFuzzingPruebas de Penetración
GitHubtaroballzchen/cve-2021-44228-log4jvulnscanner-metasploit

CVE-2021-44228-log4jVulnScanner-metasploit

herramienta de código abierto de detección y escaneo para descubrir y realizar fuzzing de la vulnerabilidad Log4J RCE CVE-2021-44228

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 →
Ver Repositorio
735hace 4 añosAún no revisado
Compartir

CVE-2021-44228-log4jVulnScanner-metasploit

herramienta de detección y escaneo abierta para descubrir y realizar fuzzing de la vulnerabilidad Log4J RCE CVE-2021-44228

preparación POC

root@kitploit:~
git clone https://github.com/TaroballzChen/CVE-2021-44228-log4jVulnScanner-metasploit
cd CVE-2021-44228-log4jVulnScanner-metasploit
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp log4j2.py ~/.msf4/modules/auxiliary/scanner/http/
chmod +x ~/.msf4/modules/auxiliary/scanner/http/log4j2.py
msfconsole

uso de POC

root@kitploit:~
use auxiliary/scanner/http/log4j2
set url <vuln url>
set dns <the self dns address or leave blank for dnslog.cn>
set request_type <GET, POST, ALL>
set headers_file <the path of http header param dictionary>

resultado

poc1 poc2

Referencia

  • https://github.com/fullhunt/log4j-scan
Descargar herramienta