Challenge: New York

Challenge: New York

Crack the admin password and get his secret key

  1. Hack admin credentials
  2. Accesss to admin panel
  3. Pwn admin secret key

Regular user credentials

usernamepassword
useruser

Tools

  • Burp Suite

Dictionary

Use the rock.txt dictionary.

Run container

   docker run -it --name new-york -p 9999:9999 ghcr.io/platzi/ctf-new-york:main

Show logs of container

   docker logs --follow new-york

Stop container

   [Ctrl]+[C]

Remove container

   docker container rm new-york

Remove image

   docker rmi diananerd/ctf-new-york:main