Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 34 guests and 1 member online
 
Advertisement

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Installing and running Metasploit 3.0 Beta 3 on Ubuntu
EH-Net
May 19, 2013, 05:11:10 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Installing and running Metasploit 3.0 Beta 3 on Ubuntu  (Read 10048 times)
0 Members and 1 Guest are viewing this topic.
mn_kthompson
Jr. Member
**
Offline Offline

Posts: 58



View Profile WWW
« on: December 06, 2006, 12:29:54 PM »

Installing and running Metasploit is easy and fun in the current version.  However the new version was completely re-written in ruby and making it work isn't quite as simple as it once was.  When I tried to sit down and start playing I found that I had to get a lot of other stuff installed first.  I've also found that there isn't much documentation out there describing what you need to have installed on your machine to make Metasploit 3 work.  So I decided to sit down and figure out what needed to be installed and configured on my ubuntu machine so that Metasploit 3.0 will run, and now I'm passing these instructions on to you.  Once you've got metasploit running don't ask me how to do anything with it because I don't know crap.

These instructions were tested on a virtual machine running a pristine new install of Ubuntu 6.10 (Edgy Eft).  These instructions should work exactly as entered on such a machine, and to the degree that your machine varies from this pristine model I've used, so will the instructions.

Step one: enable universe repository

Code:
sudo gedit /etc/apt/sources.list
uncomment the two lines that add software from universe
deb http://us.archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy universe

Step two: Make sure you're up to date:

Code:
sudo apt-get update
sudo apt-get dist-upgrade

Step three: Install everything under the sun!

Code:
sudo apt-get install ruby libopenssl-ruby1.8 ruby1.8-dev rdoc irb
wget http://rubyforge.org/frs/download.php/11289/rubygems-0.9.0.tgz
gunzip < rubygems-0.9.0.tgz | tar xvf rubygems-0.9.0.tgz
cd rubygems-0.9.0
sudo ruby setup.rb
sudo gem install rails --include-dependencies

Step four: download Metasploit and unzip it

Code:
gunzip < framework-3.0-beta-3 | tar xvf -

Step five: Start up the application
Code:
cd framework-3.0-beta-3
sudo ./msfweb
open browser to http://localhost:55555

I hope this helps someone to get Metasploit 3.0 running on their linux machine.  I hope that someone will then write a posting telling us how to do stuff with metasploit 3.0 because there are some new options and the old stuff doesn't work quite the same.
Logged
LSOChris
Guest
« Reply #1 on: December 06, 2006, 12:41:45 PM »

Using the MSF3 meterpreter
http://learnsecurityonline.com/index.php?option=com_content&task=view&id=119&Itemid=66

MSF3 Recon Modules
http://learnsecurityonline.com/index.php?option=com_content&task=view&id=116&Itemid=66

more stuff on LSO

http://learnsecurityonline.com/index.php?option=com_content&task=category&sectionid=7&id=26&Itemid=66
« Last Edit: December 06, 2006, 12:48:06 PM by ChrisG » Logged
mn_kthompson
Jr. Member
**
Offline Offline

Posts: 58



View Profile WWW
« Reply #2 on: December 06, 2006, 12:54:36 PM »

I just had a chance to glance over one of the videos and it looks sweet!  I also notice that the author's name is strikingly similar to yours.  Good job man!

What program did you use to create that wonderful video?
Logged
LSOChris
Guest
« Reply #3 on: December 06, 2006, 04:24:55 PM »

i use camtasia
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.061 seconds with 23 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.