Google CTF 2019
Enter Space-Time Coordinates
Ok well done. The console is on. It’s asking for coordinates. Beating heavily on the console yields little results, but the only time anything changes on your display is when you put in numbers.. So what numbers are you going to go for? You see the starship’s logs, but is there a manual? Or should you just keep beating the console?
You can find my all CTF solution in here
When I download attachment, I saw the zip file. After unziped it. I saw the rand2 file. When I look into to it with strings command. I notice the flag.
You can use the bellow command extract CTF flag
1 |
strings rand2 | grep CTF |
it will gives
1 |
Arrived at the flag. Congrats, your flag is: CTF{welcome_to_googlectf} |
Flag is CTF{welcome_to_googlectf}