Wednesday, January 16, 2013

Install metasploit


I'm presenting to you metasploit, a program which is based in "exploits", tiny programs that allow us to do interesting things.

We have to download it:


We have to download our version.

Then we open a shell and then we install it.

metasploit-latest-linux-x64-installer.run 



In the shell we write for the root access and execution:

sudo chmod +x metasploit-latest-linux-x64-installer.run 

Then install:

sudo ./metasploit-latest-linux-x64-installer.run 


We have to wait a while, and maybe we would have to update.

Then we have to create an account.
Before we have to install some dependencies:

sudo apt-get install ruby libopenssl-ruby libyaml-ruby libdl-ruby libiconv-ruby libreadline-ruby
irb ri rubygems subversion build-essential ruby-dev libpcap-dev

Then we type:

sudo msfconsole



It will take a while so be patient. 

No comments:

Post a Comment