write-ups-challenges-2022-2023/hacking-the-cybernukes
2022-11-24 22:59:22 +01:00
..
src initial commit 2022-11-24 22:59:22 +01:00
README.md initial commit 2022-11-24 22:59:22 +01:00
SOLUTION.md initial commit 2022-11-24 22:59:22 +01:00

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 .

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...