Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to Gophish #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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