Exploit-exercises Protostar Stack5 write-up

This exercise is a classical stack overflow escenario. We have write operation to a buffer in which the length is not controlled, and can be used to redirect the execution...

Read more

Exploit-exercises Protostar Stack4 write-up

In this exercise, we are getting really close to what a classical stack overflow scenario is. However, in stack4 we still don’t need a shellcode to solve the exercise, as...

Read more

Exploit-exercises Protostar Stack3 write-up

In this exercise, things start to be more fun. Until now the objective of the previous exercises was to overwrite a value of a variable in order to alter the...

Read more

Exploit-exercises Protostar Stack2 write-up

In this third exercise of protostar we have to overwrite, again, the variable “modified” with a concrete value in order to get the “good boy” message. This time, we must overwrite...

Read more