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-2022-28368-handler — Este repositorio contiene un script de Python que manejará la mayor parte del exploit de fuente en caché de dompdf (CVE-2022-28368), solo necesitas crear la solicitud | Kitploit
Herramientas/GitHubGitHub/that-guy-steve/cve-2022-28368-handler
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónGeneración de Shellcode
GitHubthat-guy-steve/cve-2022-28368-handler

CVE-2022-28368-handler

Este repositorio contiene un script de Python que manejará la mayor parte del exploit de fuente en caché de dompdf (CVE-2022-28368), solo necesitas crear la solicitud

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
Ver Repositorio
hace 3 añosAún no revisado

CVE-2022-28368-handler

Este repositorio contiene un script de Python que manejará la mayor parte del exploit de fuente cacheada de dompdf (CVE-2022-28368), solo necesitas crear la solicitud. Incluso proporcionará una cadena de activación para iniciar el exploit :)

Usage

root@kitploit:~
usage: CVE-2022-28368.py [-h] -d DOMPDF_LOCATION [-f FONTNAME] -i HTTP_IP [-p HTTP_PORT] [-P PHP] [-w] [-r]

This script handles the majority of the dompdf cached font exploit (CVE-2022-28368), all you need to do is create the request

optional arguments:
  -h, --help            show this help message and exit
  -d DOMPDF_LOCATION, --dompdf-location DOMPDF_LOCATION
                        dompdf location on target webserver (example: http://target.com/vendor/dompdf)
  -f FONTNAME, --fontname FONTNAME
                        Exploit font name (default: expfont.php)
  -i HTTP_IP, --http-ip HTTP_IP
                        HTTP listener IP
  -p HTTP_PORT, --http-port HTTP_PORT
                        HTTP listener PORT (default: 80)
  -P PHP, --php PHP     PHP to execute (default: <?php system("whoami"); ?>)
  -w, --webshell        Spawn web shell
  -r, --revshell        Spawn reverse shell (Uses HTTP listener IP and port 9001 by default)

Vea los detalles técnicos de la vulnerabilidad:

https://positive.security/blog/dompdf-rce https://github.com/positive-security/dompdf-rce

Descargar herramienta