Skip to content

Instantly share code, notes, and snippets.

@todb-r7
Last active October 12, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todb-r7/94807ffd0fbf575724f0 to your computer and use it in GitHub Desktop.
Save todb-r7/94807ffd0fbf575724f0 to your computer and use it in GitHub Desktop.
Installing Metasploit Framework manually.

Installing Metasploit on OSX

Almost certainly requires XCode and probably requires a functioanal Homebrew? This needs tons more testing.

For RVM on OSX, see: https://rvm.io/rvm/install/

\curl -L https://get.rvm.io | bash -s stable --ruby
rvm ruby --version # Returns 1.9.3-p286
git clone git://github.com/rapid7/metasploit-framework # Even better, fork and clone.
cd metasploit-framework
bundle install # Needed for rspec and some activerecord stuff, mainly.

Todo: PostgreSQL step-by-step

Start here: http://www.enterprisedb.com/products-services-training/pgdownload#osx Note that this will often will need a reboot after changing shared memory prefs.

@drew1kun
Copy link

It's an old one… now msf works with ruby 2.1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment