waldo-irc / JYang

MIT License
14 stars 9 forks source link

TCP Port Forward Pivots using AES + Password #4

Open felixguerrero12 opened 3 years ago

felixguerrero12 commented 3 years ago

This user story has been created to add a feature to have a good port forward Window TCP Pivot.

Adding this proof of concept for TCP Tunneling: TCPTunnel_src.zip

Reference: https://www.codeproject.com/Articles/646946/Encrypted-TCP-Tunneling Another proof of concept that can be use for port forwarding: https://github.com/securesocketfunneling/ssf

The SSF Example has the following features which are interested in: Local and remote TCP port forwarding Local and remote UDP port forwarding Local and remote SOCKS server

felixguerrero12 commented 3 years ago

Adding this proof of concept for TCP Tunneling: TCPTunnel_src.zip

Reference: https://www.codeproject.com/Articles/646946/Encrypted-TCP-Tunneling