Writing exploits for Metasploit 3.0
Thursday, January 24th, 2008This article is about writing exploit using the Metasploit Framework, for very secure software: bof-server
Bof-server has been written especially to be exploited during this article, and as you already guessed by looking at it’s name, we will exploit a stack overflow bug. You can find bof-server here:
bof-server source code
bof-server binary for Windows
Before to start I would like to say that I am not a Metasploit expert, so feel free to correct me if something is not done the right way.
Bof-server
First of all, lets see how bof-server works. To start it on port 4242 use the command below: (more…)