R. Ardiansyah Natakusumah

April 12, 2010

Installation Metasploit Framework 3.3.3 on GNU/Linux Debian Lenny

Filed under: Debian,Iseng — Rully @ 12:02 am
Tags: , ,

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

Advertisement

6 Comments »

  1. Great post, Thanks for share.. :D

    Please visit my blog,
    http://satyap06.student.ipb.ac.id/

    Comment by Endy Ardhie — June 10, 2010 @ 4:32 pm | Reply

  2. gak mudeng kang.. hihihi..

    Comment by febiharyono — June 20, 2010 @ 11:24 pm | Reply

  3. 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 | Reply

  4. [...] 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 | Reply

  5. [...] 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 | Reply

  6. Blog walking please visit back to my blog http://blog.umy.ac.id/ghea

    Comment by ghea — November 5, 2011 @ 6:19 pm | Reply


RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.