MMACTF'15 RPS-50 Writeup
I read some blogs regarding this problem and saw that they had been solved in a different way than the way in which I had solved the same...
Exploit-Exercises Protostar Heap1 Write up
I couldn't find out the vulnerability by just looking through the code. I supplied different types of input and when I gave an input of...
Exploit-Exercises Protostar Heap0 Write up
This exercise provides the most basic of heap overflows. You can see in the source code of heap0 that there is a structure called fp...
Picoctf 2014 ROP-100 Write up
This binary is running on a machine with ASLR! Can you bypass it? The binary can be found at /home/rop1/ on the shell server. The source...
IO SmashTheStack 3 Write up
In this level, once we look at the source code, we see that the function good() would give us the shell if executed. That is our...
IO SmashTheStack 2 Write up
As usual login to the server and cd into the levels directory. Looking at the source code of leve02, we can see that we need to somehow...
IO SmashTheStack 1 Write up
First login to the server using ssh. Then cd into the /levels directory where you will all the questions. Our question is level01. The...