write-ups-challenges-2022-2023/hacking-the-cybernukes/README.md

12 lines
824 B
Markdown
Raw Permalink Normal View History

2022-11-24 21:59:22 +00: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 <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...