Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ServerSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down