From 9945bc3279e4c218351069b47ec7c91b6500dd60 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Thu, 3 May 2012 17:07:12 -0500 Subject: [PATCH] --- ...onment.textile => Metasploit-Development-Environment.md} | 6 +++--- dev/_Sidebar.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev/{Metasploit-Development-Environment.textile => Metasploit-Development-Environment.md} (95%) diff --git a/dev/Metasploit-Development-Environment.textile b/dev/Metasploit-Development-Environment.md similarity index 95% rename from dev/Metasploit-Development-Environment.textile rename to dev/Metasploit-Development-Environment.md index db03c0ae84..4050d6b051 100644 --- a/dev/Metasploit-Development-Environment.textile +++ b/dev/Metasploit-Development-Environment.md @@ -1,4 +1,4 @@ -h1. Metasploit Development Environment +# Metasploit Development Environment The Metasploit Framework is a pretty complex hunk of software, at least according to [Ohloh](http://www.ohloh.net/p/metasploit). So, getting started with development can be daunting even for veteran exploit developers. This page attempts to demystify the process of getting your Metasploit development environment set up through submitting a "pull request" to get your exploit into the standard distribution. @@ -6,7 +6,7 @@ This documentation assumes you're on some recent version of Ubuntu Linux. If not Throughout this documentation, we'll be using the example user of "Fakey McFakepants," who has the e-mail address of "mcfakepants@packetfu.com" and a login username of "fakey." -h2. Apt-Get Install +## Apt-Get Install The bare minimum for working effectively on Metasploit is: @@ -21,7 +21,7 @@ apt-get -y install \ Note that this does **not** include an appropriate text editor or IDE, nor does it include the Ruby interpreter itself. We'll get to that in a second. -### RVM +## RVM Most (all?) standard distributions of Ruby are lacking in one regard or another. Lucky for all of us, Wayne Seguin's RVM has been getting steadily more excellent in providing several proven Ruby interpreters. Visit [https://rvm.io/](https://rvm.io/) to read up on it, or just trust that it'll all work out with a simple: diff --git a/dev/_Sidebar.md b/dev/_Sidebar.md index da1fb7c25e..139597f9cb 100644 --- a/dev/_Sidebar.md +++ b/dev/_Sidebar.md @@ -1,2 +1,2 @@ -Apt-Get Install +