Install Metasploit on Linux easily

First of all, postgresql should be installed as follows:
 
sudo apt-get install -y PostgreSQL
 
It should be noted that all these components are necessarily necessary for the correct functioning of Metasploit and to carry out the management of the data that is processed
Additionally we install other tools that will be useful:
 
sudo apt-get install -y curl nmap sqlmap nikto
 
In the next line we will download Metasploit, we will give execution permissions and the installation will proceed.
 
NOTE: Do not install with sudo or root.
 
 
Up to this point we will have Metasploit previously installed.
Finally we execute msfconsole to execute the configuration of the database connection and start Metasploit.

And Done!!!


 

Comments here, cracks!

Post a Comment

Comments here, cracks!

Post a Comment (0)

Previous Post Next Post