How to install Metasploit Framework (Ubuntu)



1. First, open a terminal and type:
root@penreturns:~$ wget http://updates.metasploit.com/data/releases/framework-4.0.0-linux-full.run
This downloads the current version of the Metasploit framework via wget.

2. Before you can run the installer you need to make it executable.
root@penreturns:~$ chmod +x framework-4.*-linux-full.run

3. And now execute the installer.
root@penreturns:~$ sudo ./framework-4.*-linux-full.run

4. Get the latest Metasploit update
root@penreturns:~$ sudo msfupdate

5. Run Metasploit
root@penreturns:~$ msfconsole


Enjoy!

*copy code without root@penreturns:~$

Reply to this post

Post a Comment