Skip to content

Instantly share code, notes, and snippets.

@roblight
Forked from xntrik/gist:1437344
Created August 2, 2012 19:43
Show Gist options
  • Save roblight/3240028 to your computer and use it in GitHub Desktop.
Save roblight/3240028 to your computer and use it in GitHub Desktop.
MSF on Amazon's AMI EC2
sudo yum install make gcc openssl openssl-devel svn git
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
exit
rvm pkg install openssl
rvm install 1.9.2 --with-openssl-dir=$rvm_path/usr
svn co https://www.metasploit.com/svn/framework3/trunk/
cd trunk
rvm use 1.9.2
rvmsudo ruby -v
rvmsudo ruby ./msfconsole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment