Back to Index

SSH Brute Force Lab

Port: 9014:80 Docker Image: joshbeck2024/ctf-brute-force-login-flag-h

Run Challenge

Download Script

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

docker run -d -p 9014:80 -p 9015:22 --cap-add=NET_ADMIN --name flag-h joshbeck2024/ctf-brute-force-login-flag-h

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-h && docker rm flag-h