How to configure Metasploit database - List Of Commands

19:47

In this blog you will learn how to Connect metasploit database Quickly

Using list of commands. Metasploit DB can be checked using command db_status. It's not connected? This blog is for you ese you can read our other blogs.


Start PostgreSQL database server
$ sudo systemctl enable --now postgresql
Berify if the server is running on same port
$ sudo  ss -ant | grep 5432
Initialise the Metasploit PostgreSQL Database
$ sudo msfdb init
Launch msfconsole
$ sudo msfconsole
Check database status
$ db_status
Update to check for updates
$ sudo apt update
Update metasploit
$ apt install metasploit-framework

You should also check:
  • How to install msf6 metasploit framework
  • How to Install Metasploit Kali Linux.
  • Search and use Metasploit Exploits