Metasploit
Start Required Services
Metasploit uses PostgreSQL as its database so it needs to be launched first.
Initialise the Metasploit PostgreSQL Database
With PostgreSQL up and running, we next need to create and initialize the msf database.
Launch msfconsole in Kali
Connect MSF to the database if needed
Fix Metasploit Cache Issue
Set RHOSTS from msfconsole search
Set RHOSTS globally
Export Database
Disable hierarchical search
If you have found that Metasploit does this:
Then run the below to turn it off. dont forget to run the 'save' command after if you want it persistant on next boot.
Last updated