Msfconsole
Installing Msfconsole
or we can use apt install method to download it on kali linux
Managing msfdb database
After starting the postgres sql we will setup the msf database using following commands
once the connection to postgre is applied , You can use any of the following commands to manage the database:
msfdb init - It initializes the database on msfconsole
msfdb reinit – Deletes and re-initializes the database
msfdb delete – Deletes the database
msfdb start – Starts the database
msfdb stop – Stops the database
msfdb status – Shows the database status
msfdb run – Starts the database and runs msfconsole
These commands will efficently manage the console database and then we can enable history of queries & results on the msfconsole.
Example modules of MSF Console
Enumeration & Scanning Modules :
Version Scan :
Exploitation & Reverse Shell :
Last updated