Exploit Exercises - Fusion 00 Unknown 5:13 PM 6 comments: I was very excited to see the announcement on twitter, that Fusion was going to be released, even if it's just the first 10 levels. I ... Read more wargames
Exploit Exercises - Protostar Net 3 Unknown 10:11 AM No comments: The last in the Net series of Protostar is Net 3 . It was of course the most difficult of all of them. However, it still wasn't too b... Read more wargames
Exploit Exercises - Protostar Net 2 Unknown 5:19 AM No comments: So far, these Net challenges in Protostar have been pretty easy. This challenge, Net 2, got a small bit tougher. We are given the follo... Read more wargames
Exploit Exercises - Protostar Net 1 Unknown 5:43 AM No comments: Continuing with the "Net" series of Protostar , is Net 1. We are given the following code: #include "../common/common.c... Read more wargames
Exploit Exercises - Protostar Net 0 Unknown 6:31 PM No comments: I recently started looking at the "Net" problems in Protostar , and found them to be quite a fun change in pace. Starting with N... Read more wargames
Exploit Exercises - Protostar Final 1 Unknown 3:15 PM 3 comments: Since I've been doing a lot of the format string exploits lately, I decided to do the Final 1 challenge. We start out the challenge b... Read more wargames
Exploit Exercises - Protostar Format 4 Unknown 5:15 AM No comments: Next up is the last challenge in the Format String series, Format 4 . It starts out with the following code: #include <stdlib.h> #i... Read more wargames
Exploit Exercises - Protostar Format 3 Unknown 5:33 AM No comments: Continuing in the String Format section, the next challenge we run across is Format 3 . We're first given the following code: #includ... Read more wargames
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