Cyber Survivals

Saturday, 6 April 2013

Installing Metasploit Community Edition on Backtrack 5 R3

Backtrack 5 comes with pre-installed  metasploit framework v4.0 but now Metasploit Community comes with updated  Web Ui version and others functionalities and even more expolits.

Now the current available version is Metasploit framework v4.5 which can be easily downloadable

To download Metasploit Framework Download  

Step1: Download latest Metasploit framework installer from above link

Step2: Installing Metasploit Community over the existing metasploit framework installation won't work for several reasons, one being the postgres cdatabase conflict.
The best way to start by uninstalling the earlier version of Metasploit Framework first and comes to the metasploit directory and uninstall using below commands.

# cd /opt/metasploit/
# ls
# ./uninstall

Step3: Make installer executable

When download has completed with file name "metasploit-latest-linux-installer.run". open new terminal window and enter the following commands.

# chmod u+x /root/metasploit-latest-linux-installer.run

Step4: Run Installer

# ./metasploit-latest-linux-installer.run


At the end of the installer, the metasploit web Ui open in your browser (https://localhost:3790/) in follow the steps to register and choose the metasploit community edition for free and now you have to give the licence key for the community edition, which you received on your mail which you registered.



 Step 5: open msfconsole and update

# msfconsole
#  sudo msfupdate




No comments:

Post a Comment