美文网首页
Metasploit更新后数据库连接失败

Metasploit更新后数据库连接失败

作者: HANL_ | 来源:发表于2017-10-11 18:33 被阅读33次

在Kali中,更新Metasploit可能会造成数据库连接失败,或者Module database cache not built yet, using slow search! 此类问题

解决方法:
root@bogon:~# msfdb reinit
//删除并重新初始化数据库

msf > db_rebuild_cache
//更新缓存

root@bogon:~# service postgresql restart
//重新启动postgresql数据库

即可解决msf数据库问题!

9.png

相关文章

网友评论

      本文标题:Metasploit更新后数据库连接失败

      本文链接:https://www.haomeiwen.com/subject/hvawyxtx.html