如果kali中出现以下问题:
Metasploit tip: View advanced module options with advanced
double free or corruption (out)mework console...-
zsh: IOT instruction msfconsole
可以使用:
msfdb init # start and initialize the database
msfdb reinit # delete and reinitialize the database
msfdb delete # delete database and stop using it
msfdb start # start the database
msfdb stop # stop the database
msfdb status # check service status
msfdb run # start the database and run msfconsole
来解决