Answers for "ngrok with netcat"

1

ngrok with netcat

nc -lvnp 87
^^^ Run this command on shell session#1

ngrok tcp 87
^^^ Run this command on shell session#2
^^^ Both sessions should be simultaneously running
^^^ In the shown screen look for domain name and port in "Forwarding"
nslookup <ip address without protocol and port>
^^^ Get its ip through nslookup command

nc <ip> <port>
^^^ On remote computer, execute this command.
Posted by: Guest on September-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language