Dependencies:
# apt-get install ruby libopenssl-ruby libyaml-ruby libdl-ruby libiconv-ruby libreadline-ruby irb ri rubygems subversion ruby-dev libpcap-dev libsqlite3-dev
# apt-get build-dep ruby
# gem install sqlite3-ruby
Framework:
# tar -xvvjf framework-3.3.3.tar.bz2
# mkdir -p /opt/metasploit3
# cp -a msf3/ /opt/metasploit3/msf3
# chown root:root -R /opt/metasploit3/msf3
# ln -sf /opt/metasploit3/msf3/msf* /usr/local/bin/
Extensions:
* raw socket modules:
# cd /opt/metasploit3/msf3/external/pcaprub/
# ruby extconf.rb
# make && make install
* WiFi modules:
# cd /opt/metasploit3/msf3/external/ruby-lorcon2/
# svn co https://802.11ninja.net/svn/lorcon/trunk lorcon2
# cd lorcon2
# ./configure –prefix=/usr && make && make install
# cd ..
# ruby extconf.rb
# make && make install
Updates:
# svn update /opt/metasploit3/msf3/
# crontab -e -u root
1 * * * * /usr/bin/svn update /opt/metasploit3/msf3/ >> /var/log/msfupdate.log 2>&1





Great post, Thanks for share..
Please visit my blog,
http://satyap06.student.ipb.ac.id/
Comment by Endy Ardhie — June 10, 2010 @ 4:32 pm |
gak mudeng kang.. hihihi..
Comment by febiharyono — June 20, 2010 @ 11:24 pm |
The metasploit docs strongly advise not to use ruby 1.8, which is the default in lenny…
Comment by Dave — July 9, 2010 @ 8:24 am |
[...] Installation Metasploit Framework 3.3.3 on GNU/Linux Debian Lenny Leave a Comment [...]
Pingback by Installation Metasploit Framework 3.5.0 on GNU/Linux Debian Lenny « R. Ardiansyah Natakusumah — November 11, 2010 @ 1:29 pm |
[...] Installation Metasploit Framework 3.3.3 on GNU/Linux Debian Lenny [...]
Pingback by IndoCisc » Blog Archive » Installation Metasploit Framework 3.5.0 on GNU/Linux Debian Lenny — November 11, 2010 @ 1:32 pm |
Blog walking please visit back to my blog http://blog.umy.ac.id/ghea
Comment by ghea — November 5, 2011 @ 6:19 pm |