User:
ctf-player
Domain:
venus.picoctf.net
Connect to the server:
ssh [email protected] -p 56818
From drop-in directory get the first part of the flag:
cat 1of3.flag.txt
picoCTF{xxsh_
Get the next instructions from instructions-to-2of3.txt
cat instructions-to-2of3.txt
Next, go to the root of all things, more succinctly `/`
So go to the root directory.
cd /
ls shows
2of3.flag.txt boot etc instructions-to-3of3.txt lib64 mnt proc run srv tmp var
bin dev home lib media opt root sbin sys usr
Get the second part of the flag from 2of3.flag.txt
cat 2of3.flag.txt
0ut_0f_\/\/4t3r_
Get the next instructions form instructions-to-3of3.txt file
cat instructions-to-3of3.txt
Lastly, ctf-player, go home... more succinctly `~`
So go home.
cd ~
ls
3of3.flag.txt drop-in
Get the 3rd and final part of the flag from 3of3.flag.txt
cat 3of3.flag.txt
5190b070}
Concatenate the 3 parts of the flag together.
picoCTF{xxsh_0ut_0f_\/\/4t3r_5190b070}