Imports
nmap
nmap -Pn -sV -O -oX nmap-msf.xml demo.ine.local# Start Postgres
service postgresql start
# Start Metasploit
msfconsole
db_status
# When db_status says [*] postgresql selected, no connection
msfdb delete
msfdb init
cp /usr/share/metasploit-framework/config/database.yml /root/.msf6
service postgresql start
msfconsole
db_status
# Workspace
workspace
workspace -a name_of_workspaceNessus
Last updated