Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: apply stash 
Shell :: change last commit date 
Shell :: flutter doctor --android-licenses java error 
Shell :: kill screen ubuntu 
Shell :: get ssh key mac 
Shell :: linux command if directory exists 
Shell :: see ADS content 
Shell :: bash windows open folder in exporer 
Shell :: lua to tns 
Shell :: Verificação de acesso de escrita [/srv/moodle/lib/editor/atto/plugins] Instalação abortada devido a falha de validação 
Shell :: how to uninstall android studio in ubuntu 20.04 using terminal 
Shell :: linux delete empty line "tr -d" 
Shell :: bash change to script directory 
Shell :: sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE 
Shell :: how to install apache server in ubuntu 
Shell :: virtual box config networkt config ubuntu 
Shell :: how to kwno if my mac has intel 32 or 64 
Shell :: get jq command 
Shell :: cannot install gcc on ubuntu 
Shell :: only show first lines linux 
Shell :: git delete local commit 
Shell :: bash randomly shuffle all rows of a file 
Shell :: install kubenertes using chocolatey 
Shell :: bash location of substring match within string 
Shell :: kill a process on ubuntu 
Shell :: shopify theme kit for linux 
Shell :: change docker folder windows 
Shell :: has_add_permission() takes 2 positional arguments but 3 were given 
Shell :: npm install line awesome 
Shell :: $? in shell script 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =