Rating:

This is an interesting challenge to learn how to leak `read@GOT`, find `glibc` base address, and execute `execve` found by `One Gadget`. Based on libc-database (https://github.com/niklasb/libc-database), glibc version is: `ubuntu-xenial-amd64-libc6 (id libc6_2.23-0ubuntu10_amd64)`.

Original writeup (https://github.com/sajjadium/ctf-writeups/tree/master/CodegateCTF/2018/BaskinRobins31).