Created
December 6, 2011 08:21
-
-
Save xntrik/1437344 to your computer and use it in GitHub Desktop.
MSF on Amazon's AMI EC2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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