//直接安装
apt-get update
apt-get install metasploit-framework

//连接和安装postgresql
apt-get install postgresql
service postgresql start

//初始化数据
msfdb reinit

//进入控制台
msfconsole
msf5>db_status

 

相关文章:

  • 2021-08-03
  • 2021-08-11
  • 2022-02-21
  • 2022-02-16
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-22
  • 2021-10-21
  • 2021-10-20
  • 2022-12-23
  • 2021-04-02
  • 2021-12-30
  • 2021-10-26
相关资源
相似解决方案