A fresh metasploit on kalilinux 2016(latest stable)
systemctl start postgresql OK
On msfconsole
msf > db_status
[*] postgresql connected to msf
When i launch search
msf > search samba
[!] Module database cache not built yet, using slow search
So i rebuild cache...
msf > db_rebuild_cache
And when i launch search
msf > search samba
[!] Module database cache not built yet, using slow search
Strange!How to fix this problem?
You juste need to type:
(you already done this one)
(I think you miss this one)
(and then in msfconsole)
Should be OK.
I solved this error with this:
git init
done