root用户msf安装
1、下载安装 curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall

安装完成后
msf使用的是postgresql数据库,如果没有的话需要先安装
sudo apt install postgresql

安装完成之后确认下服务是否开启,如果没有开启它
sudo service postgresql status

本文档详细介绍了如何使用root用户进行Metasploit Framework (MSF) 的安装过程,并提供了非root用户的安装与配置建议。此外,还给出了解决安装过程中遇到问题的方法。
363

被折叠的 条评论
为什么被折叠?



