Back to Index

Zip Slip

Port: 9006:9006 Docker Image: joshbeck2024/zipslip:latest

Run Challenge

Download Script

Copy 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 Script

Finished? Run this to stop and remove the container.

docker stop zipslip && docker rm zipslip