PostgresSQL important commands to know while using Metasploit: msfdb and db status

preview_player
Показать описание
PostgresSQL important commands to know while using Metasploit: msfdb and db status

msfdb
========
msfdb init # start and initialize the database
msfdb reinit # delete and reinitialize the database
msfdb delete # delete database and stop using it
msfdb start # start the database
msfdb stop # stop the database
msfdb status # check service status
msfdb run # start the database and run msfconsole

msf6:
db_connect db_import db_remove
db_disconnect db_nmap db_save
db_export db_rebuild_cache db_status
Рекомендации по теме