Back to Index

Negative Equity

Port: 9099:80 Docker Image: joshbeck2024/ctf_negative_equity

Run Challenge

Download Script

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

docker run -d -p 9099:80 --restart always --name neg_eq joshbeck2024/ctf_negative_equity

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop neg_eq && docker rm neg_eq