Skip to content

Instantly share code, notes, and snippets.

@synackme
Created March 24, 2018 19:18
Show Gist options
  • Save synackme/3fc11204d12263947a8c67e6efd36d3a to your computer and use it in GitHub Desktop.
Save synackme/3fc11204d12263947a8c67e6efd36d3a to your computer and use it in GitHub Desktop.
Kali metasploit setup
service postgresql start
msfdb init
echo "Launching msfconsole..."
echo "Run the following command inside msfconsole: db_status"
echo " "
echo "If all goes well, you should see the following message:"
echo "[*] postgresql connected to msf3"
sleep 5
msfconsole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment