Rating:

This is a good challenge to learn how to write shellcode to leak `read@GOT` address, find `glibc` base address, and eventually execute `execve` found by `one gadget`.

Original writeup (https://github.com/sajjadium/ctf-writeups/tree/master/NullconCTF/2018/pwn2-box).