How to configure Metasploit database - List Of Commands
19:47
In this blog you will learn how to Connect metasploit database Quickly
Start PostgreSQL database server
$ sudo systemctl enable --now postgresqlBerify if the server is running on same port
$ sudo ss -ant | grep 5432Initialise the Metasploit PostgreSQL Database
$ sudo msfdb initLaunch msfconsole
$ sudo msfconsoleCheck database status
$ db_statusUpdate to check for updates
$ sudo apt updateUpdate metasploit
$ apt install metasploit-framework
You should also check: