Exploit Exercises - Protostar Format 2 Unknown 5:13 AM No comments: Continuing from where we left off, we arrive at Format 2 . It presents us with the following code: #include <stdlib.h> #include <... Read more wargames
Exploit Exercises - Protostar Format 1 Unknown 6:12 PM No comments: Following the Format 0 challenge , I've had to do a bunch of reading on how format string exploits work on a very low level. Some reso... Read more wargames
Exploit Exercises - Protostar Format 0 Unknown 5:13 AM No comments: I'll be honest, I'm new to format string exploits. I've been more experienced with stack overflows, and a little with heap over... Read more wargames
Exploit Exercises - Protostar Final 0 Unknown 10:08 PM No comments: I for some reason decided to look at the set of "final" challenges, and found the first one to be not too difficult. We start w... Read more wargames
Exploit Exercises - Protostar Heap 1 Unknown 6:28 PM 3 comments: This challenge was different for me. The previous heap challenge was easy to pretend it was just a simple stack overflow. This one worke... Read more wargames
Exploit Exercises - Protostar Heap 0 Unknown 5:34 AM 2 comments: Now that I've completed all of the Stack section of protostar, I've started to move onto Heap. The first of these challenges, is He... Read more wargames
Exploit Exercises - Protostar Stack 7 Unknown 6:36 PM 2 comments: Welcome everyone to 2012! I took a bit of a break during these holidays, and am just starting to get back going. This challenge was very ... Read more wargames