Back to Index
Zip Slip
Port: 9006:9006
Docker Image: joshbeck2024/zipslip:latest
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --restart unless-stopped -p 9006:9006 --name zipslip joshbeck2024/zipslip:latest Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop zipslip && docker rm zipslip