
cracks.n.hax
recipe to set up metasploit f.3 on ubuntu/debian the lazy way
This hack is brought to you by my tcsh history:
#ruby installation
apt-get install ruby ri rdoc irb ri1.8 ruby1.8-dev libzlib-ruby zlib1g libopenssl-ruby
gem update --system
rehash
ruby -v
# ruby gems install
wget http://rubyforge.org/frs/download.php/16452/rubygems-0.9.1.tgz
tar xfvz rubygems-0.9.1.tgz
cd rubygems-0.9.1
ruby setup.rb
gem update --system
gem install rails --include-dependencies
gem install ruby-gtk2
gem install gtk2
# mysql access libraries
apt-get install libmysqlclient15-dev
# source check out and run msploit
mkdir metasploit
cd metasploit/
apt-get install svn
svn co http://metasploit.com/svn/framework3/trunk/
cd trunk/
make
./msfweb
firefox 127.0.0.1:55555
Back to: cracks.n.hax