kali2.0 metasploit安装

xiaoxiao2022-06-11  35

奇怪了,我找了几遍,我的kali竟然没有metasploit,我非常的奇怪,所以我就安装了。

1.一条代码就可以安装了

apt-get install metasploit-framework

2.安装完成后,

首先启动postgresql数据库:

/etc/init.d/postgresql start;或者 service postgresql start

 设置postgresql开机自启

update-rc.d postgresql enable

 初始化MSF数据库(关键步骤!):

msfdb init

 msfdb init(默认创建数据库名:msf,msf_test,用户;msf;默认口令为零;

 运行msfconsole:

msfconsole

 在msf中查看数据库连接状态:

db_status

 

 

转载请注明原文地址: https://www.6miu.com/read-4931462.html

最新回复(0)