#1 首先启动postgresql数据库:/etc/init.d/postgresql start;或者 service postgresql start;
1、在kali中metasploit默认使用postgresql作为它的数据库;
想要开启metasploit服务首先得打开postgresql数据库,
命令如下:(或者:/etc/init.d/postgresql start);
#2 初始化MSF数据库(关键步骤!):msfdb init;
root@kali:~# msfdb reinit
root@kali:~# msfdb start
root@kali:~# msfconsole
#4 在msf中查看数据库连接状态:db_status。