一、启动Kali的PostgreSQL服务

由于使用PostgreSQL作为数据库,因此,必须先运行它。

root@kali:~# service postgresql start

使用ss -ant的输出来检验PostgreSQL是否在运行,然后确认5432端口处于listening状态。

二、启动Metasploit服务

root@kali:~# service metasploit start

三、在Kali运行msfconsole

root@kali:~# msfconsole

Metasploit启动

Metasploit启动

 

相关文章:

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