Recent posts
Phoenix - Stack Two
This level is identical to the previous one except that we need to put the exploit in **ExploitEducation** environmen...
Phoenix - Stack One
This code uses **strcpy** function which is dangerous because the source size could be more than destination size. Th...
Phoenix - Stack Zero
The code uses **gets** function which can take input more than buffer length, hence the exploit :) This level only as...