Getting Started
Personal Rating: Easy
This was a valuable challenge for me as it demonstrates the basics of binary exploitation (pwn).
We have a server with an open port at which we can interact with a binary that we have to exploit. But the exploit script already comes with the challenge resources:
Following the challenge tips, this was basically as easy as executing the script. But you had to find out the number of buffer bytes, which could be done by analyzing the file in gdb with gef.
Last updated