Back to Index

Wireshark

Port: 3222:5000 Docker Image: joshbeck2024/ctf-wireshark-login

Run Challenge

Download Script

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

docker run -p 3222:5000 --restart always -d --name wireshark-login joshbeck2024/ctf-wireshark-login

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop wireshark-login && docker rm wireshark-login