12 lines
824 B
Markdown
12 lines
824 B
Markdown
# Hacking the Cybernukes - Part 1
|
|
|
|
## Text
|
|
National Security has employed you to neutralise the cybernukes by the enemies. These are dangerous virtual rockets that will spam their victims with cat videos. More information can be found on https://youtu.be/K7Hn1rPQouU.
|
|
|
|
In order to stop the cyber nukes, you will need to breach their firewall. For that, you will first need to find their password. Given is the source code they used for one of their authentication systems. It seems they left some debugging code in that displays the password. Can you get it to print out the password? The authentication software is running on the following connection <show netcat connection>.
|
|
|
|
## Files
|
|
Participants get access to index.rkt
|
|
|
|
## How to Deploy
|
|
Use provided Dockerfile. It will be hosted on port 3000, change it as you like... |