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-4034 — Prueba de concepto para la vulnerabilidad pwnkit | Kitploit
Herramientas/GitHubGitHub/pwnfunction/cve-2021-4034
Escalada de PrivilegiosAnálisis de VulnerabilidadesExplotaciónPruebas de PenetraciónAprendizaje y EducaciónExplotación de Binarios
GitHubpwnfunction/cve-2021-4034

CVE-2021-4034

Prueba de concepto para la vulnerabilidad pwnkit

Ver Repositorio
351421hace 3 añosRevisado por Kitploit

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

CVE-2021-4034

Escalación de privilegios local mediante pkexec

Video de YouTube

Video de YouTube de PwnFunction

Mira el ✨ Video de YouTube

Ejecutar localmente

root@kitploit:~
make all && ./pwnkit && make clean

Ejecutar en Docker

root@kitploit:~
# Build the docker image
docker build -t pwnkit .

# Run the exploit
docker run -it pwnkit bash
make all && ./pwnkit && make clean

Detectar usando snyk-cli

root@kitploit:~
snyk container test pwnkit:latest --file=Dockerfile

Recursos

  • Aviso de seguridad de Qualys
  • Travesuras de argv
Descargar herramienta