Too Long; Didn't Read
Challenge description tells you that we will have to perform ROP chain in order to get the access to the shell. We will be going to create a payload to perform buffer overflow attack. This is where many people can get idea that what is the difference between buffer overflow and ROP attacks. Here is the code which we got in the challenge, and it’s very small and simple. Just by looking at it, we can find the bug (vulnerability) We can use simple add some character to find the address in the register so that we can start creating our payload.