diff --git a/ServerSetup.sh b/ServerSetup.sh index 73bd171..adf5eb6 100644 --- a/ServerSetup.sh +++ b/ServerSetup.sh @@ -525,9 +525,9 @@ setupSSH(){ function Install_GoPhish { apt-get install unzip > /dev/null 2>&1 - wget https://github.com/gophish/gophish/releases/download/v0.4.0/gophish-v0.4-linux-64bit.zip - unzip gophish-v0.4-linux-64bit.zip - cd gophish-v0.4-linux-64bit + wget https://github.com/gophish/gophish/releases/download/v0.5.0/gophish-v0.5.0-linux-64bit.zip + unzip gophish-v0.5.0-linux-64bit.zip -d gophish + cd gophish sed -i 's/"listen_url" : "127.0.0.1:3333"/"listen_url" : "0.0.0.0:3333"/g' config.json read -r -p "Do you want to add an SSL certificate to your GoPhish? [y/N] " response case "$response" in