Points: 250
Binary Exploitation
This program gives you the address of some system calls. Can you get a shell? You can find the program in /problems/got-2-learn-libc_3_6e9881e9ff61c814aafaf92921e88e33 on the shell server. Source.
try returning to systems calls to leak information
don't forget you can always return back to main().
Working solution solve.py
Thanks to @LFlare for making the code compatible with ASLR
picoCTF{syc4al1s_4rE_uS3fUl_6319ec91}