Metasploit:使用慢速搜索尚未构建模块数据库缓存


8

kalilinux 2016的最新metasploit(最新稳定版)

systemctl start postgresql OK

在msfconsole上

msf > db_status 
[*] postgresql connected to msf

当我启动搜索

msf > search samba
[!] Module database cache not built yet, using slow search

所以我重建缓存...

msf > db_rebuild_cache

当我启动搜索时

msf > search samba
[!] Module database cache not built yet, using slow search

奇怪!如何解决这个问题?

Answers:



14

您只需输入:

service postgresql start

(您已经完成了这一步)

msfdb init 

(我想你想念这个)

db_rebuild_cache

(然后在msfconsole中)

应该可以。


1
这是解决方案,但是db_rebuild_cache您只需要等待几分钟
SeanClt
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.