Skip to content

Instantly share code, notes, and snippets.

@xntrik
Created December 6, 2011 08:21
Show Gist options
  • Save xntrik/1437344 to your computer and use it in GitHub Desktop.
Save xntrik/1437344 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