Back to Index

Prototype Pollution

Port: 9066:3000 Docker Image: joshbeck2024/ctf-prototype-pollution

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

docker run -p 9066:3000 -d --restart always joshbeck2024/ctf-prototype-pollution

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop prototype-pollution && docker rm prototype-pollution