image.png

Want to run this Docker container locally?

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

You are given a network capture file along with the sign-in page.

Filter by tcp.port == 3222

image.png

Right-click on the GET request /dashboard and follow the HTTP stream.

image.png

Copy the auth cookie value seen at the top

image.png

Insert it into your browser auth=COOKIE_VALUE

image.png