msfdb
Manage the Metasploit PostgreSQL database for storing host data, credentials, and loot. Use init, start, stop, status, reinit, or delete commands to control the database lifecycle.
Instructions
Metasploit database management. Controls the PostgreSQL database used by Metasploit for storing host data, service info, credentials, and loot from scans and exploits. Run 'init' before first use, 'start' to launch the DB, 'status' to check if running. Output: status messages about database state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional msfdb options | |
| command | No | DB command: init, start, stop, status, reinit, delete (default: status) |