Как установить Metasploit-Framework на Ubuntu / Linux Mint
Установить postgresql
sudo apt-get update sudo apt-get install postgresql
Установить metasploit
+ Способ 1:
cd /opt wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run cd /opt
sudo mkdir metasploit sudo ./metasploit-latest-linux-x64-installer.run
Способ 2:
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall chmod 755 msfinstall sudo ./msfinstall
Запустите Metasploit
sudo chmod 775 /opt/metasploit-framework/apps/pro/ui/config/database.yml service postgresql start service metasploit start msfconsole db_status
Неправильно написано название пакета postgresql в самом начале.
Спасибо, поправили опечатку!
sudo ./metasploit-latest-linux-x64-installer.run не грузит на Ubuntu
Какая ошибка?
./metasploit-latest-linux-x64-installer.run: command not found
В нужной директории?
Вот решение вашей проблемы:
В терминале прописываете:
cd /opt
chmod +x name.run
./name.run
Где name заменяете на название файла установки