Recently, I had to install Metasploit Framework on Ubuntu. I thought I would document the instructions here. Be sure to check the downloads page on the Metasploit website (http://www.metasploit.com) to get the current version. At the time of this blog the latest version was 3.5.0.
- wget http://updates.metasploit.com/data/releases/framework-3.5.0.tar.bz2
- bunzip2 framework-3.5.0.tar.bz2
- tar xvf framework-3.5.0.tar
- sudo cp -a msf3 /opt/msf3
- sudo ln -sf /opt/msf3/msf* /usr/local/bin/
- sudo svn update /opt/msf3/
- sudo crontab -e -u root # Enter "1 * * * * /usr/bin/svn update /opt/msf3/ >> /var/log/msf3update.log 2>&1"
References:
- http://www.metasploit.com/redmine/projects/framework/wiki/Install_Ubuntu
- http://www.offensive-security.com/metasploit-unleashed/Metasploit_Unleashed_Information_Security_Training
No comments:
Post a Comment