
Challenge: New York
Crack the admin password and get his secret key
- Hack admin credentials
- Accesss to admin panel
- Pwn admin secret key
Regular user credentials
username | password |
---|---|
user | user |
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