
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.
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall

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!!!

Post a Comment
Comments here, cracks!