Tags: binaryexploitation pwn
Rating:
# Pwn5
This one is very similar to Pwn4. However, when we pass arguments into the program, it truncates it to only 3 bytes of input.

That's fine, because 3 bytes is all I need. I can use a `;` to end `ls`, and then spawn a shell with `sh`.
