
Prueba de concepto para la vulnerabilidad pwnkit
Escalación de privilegios local mediante pkexec
Mira el ✨ Video de YouTube
make all && ./pwnkit && make clean
# Build the docker image
docker build -t pwnkit .
# Run the exploit
docker run -it pwnkit bash
make all && ./pwnkit && make clean
snyk container test pwnkit:latest --file=Dockerfile