Problem: Throughout your journey you will have to run many programs. Can you navigate to /problems/reversing-warmup-1_0_f99f89de33522c93964bdec49fb2b838 on the shell server and run this program to retreive the flag?
Solution: Log in to the shell server.
cd /problems/reversing-warmup-1_0_f99f89de33522c93964bdec49fb2b838
ls
to find what is there and there’s a program named run
.
./run
to execute the program.
Flag: picoCTF{welc0m3_t0_r3VeRs1nG}