SingleportTunneling - Henryisgreat/TechJournal GitHub Wiki

SSH based Single Port Tunneling

N means don't execute a remote command L binds kali local address 0.0.0.0 port 9111 to remote address 10.0.17.200 port 8111 (change this to yours)

1: Opening a web server on port 8666 using python 3. (This can be done as any user on the target machine) 2: Initiate an SSH session where port 8666 is bound to the localhost on port 9666 3: connect to the target machine