Kali第一次启动MSF

  |   0 评论   |   0 浏览

MSF即Metasploit Framework,可以用来漏洞利用。漏洞探测等功能,是一个非常好的工具。

操作步骤:

1、先启动postgresql数据库,这个是MSF的默认数据库。

/etc/init.d/postgresql start    #启动postgresql服务命令
ss -ant    #查看服务端口
update-rc.d postgresql enable   #设置postgresql开机自启

2、初始化msfdb 数据库。

msfdb init  

3、启动MSF服务

msfconsole

标题:Kali第一次启动MSF
作者:zytops
地址:https://zytops.com/articles/2021/07/14/1626251554949.html