Instalar Metasploit Framework en Ubuntu 💻 💡 🔥
curl https://raw.githubusercontent.com/rap... msfinstall
chmod +x msfinstall
./msfinstall
#Si la instalacion da error usar:
apt-get install -y gnupg2 gnupg gnupg1
#Instalar postgresql e iniciar su servicio:
sudo apt install postgresql -y
sudo systemctl start postgresql
sudo systemctl status postgresql
#Iniciar metasploit:
sudo msfconsole
msfdb init
msfdb start
https://github.com/rapid7/metasploit-...
apt install --reinstall metasploit-framework