Back to Index

Git Dumper Lab

Port: 9008:80 Docker Image: joshbeck2024/ctf-git-dumper-training-flag-8

Run Challenge

Download Script

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

docker run -d -p 9008:80 --restart always --name flag8 joshbeck2024/ctf-git-dumper-training-flag-8

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag8 && docker rm flag8