kali中使用 service metasploit start时,报错:
Failed to start metasploit.service: Unit metasploit.service not found.
这是因为kali新版进行了更新。
正确的使用方法是:
1.启动postgresql:
service postgresql start
2.初始化metasploit postgresql数据库
msfdb init
3.启动msfconsole并验证是否连接数据库成功:
输入命令:msfconsole进入msf5
4.输入db_status:

Kali中启动Metasploit正确步骤
本文解决Kali新版中启动Metasploit服务失败问题。需先启动postgresql服务,初始化Metasploit数据库,再启动msfconsole验证数据库连接。步骤包括:1. service postgresql start;2. msfdb init;3. msfconsole;4. db_status检查。
1507

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



