Bases
Do you Know Your Bases?
nc 43.204.152.119 1337
Solution
On using netcat to connect to the IP and port, we are given a base64 encoded string. For which we have to decode it and give as an answer.
Upon giving the correct decoded string, we get another encoded string which we have to decode and on giving a wrong answer, the connection closes
We can use the
pwntools
library in python to solve this.Using the below script.py we get the flag
After running the script for a few seconds we get the flag
FLAG
Last updated