Tuesday, January 21, 2014

How to install Metasploit in Ubuntu

  1. at first download Metasploit
  2. Open a terminal. To do so, hit Ctrl+Alt+T.
  3. Type cd /home/daniel/Downloads/. This command will go to that folder (i.e. change our working directory to that folder).
  4. Type sudo chmod +x ./metasploit-latest-linux-installer.run. Enter your password when asked. This command makes the file executable, so that you can "install" it.
  5. Type sudo ./metasploit-latest-linux-installer.run. This command will run the file.
  6. Once the installation is done, you can update metasploit using the command sudo msfupdate...this can take some time though. Once it's done, you can fire up the metsploit framework console using the command sudo msfconsole.
you are done!

No comments:

Post a Comment