Today we will solve a simple pwnable challenge by inserting shellcode on the stack with a nop sled, and then jumping to it.
Who knew bruteforcing ASLR on 32 bit was so easy!
This is a writeup explaining how I wrote a shellcode payload bypassing a size limit and avoiding repeated bytes.