kali 2.0 已经没有metasploit 这个服务了,所以service metasploit start 的方式不起作用。
在kali 2.0中启动带数据库支持的MSF方式如下:

首先启动postgresql数据库:/etc/init.d/postgresql start;或者 service postgresql start;
初始化MSF数据库(关键步骤!):msfdb init;
运行msfconsole:msfconsole;
在msf中查看数据库连接状态:db_status。

 

相关文章:

  • 2021-05-06
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-09-06
  • 2021-09-24
  • 2022-12-23
猜你喜欢
  • 2021-10-23
  • 2021-08-21
  • 2022-12-23
  • 2021-07-06
  • 2022-03-10
  • 2021-11-23
  • 2021-11-23
相关资源
相似解决方案