Created
March 24, 2018 19:18
-
-
Save synackme/3fc11204d12263947a8c67e6efd36d3a to your computer and use it in GitHub Desktop.
Kali metasploit setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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