Back to Index

Brute Force Login

Port: 9898:80 Docker Image: joshbeck2024/brute_login_ctf

Run Challenge

Download Script

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

docker run -d -p 9898:80 --restart always --name brute-login joshbeck2024/brute_login_ctf

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop brute-login && docker rm brute-login