Skip to content

A great tunneling (port forwarding) that works great with HTTP Custom & HTTP Injector, useful for tunneling SSH & VPN.

Notifications You must be signed in to change notification settings

medram/port-forwarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

port-forwarding

Port forwarding using Python, it's great and useful for incomming forwarding connections to SSH or VPN (or even any back-end service)

Usage:

python3 port_forwarding.py --server 9090 --target 127.0.0.1:22

The above command will start a server listening on 9090, and forwards all the incomming connections to target/destination
which is SSH server (127.0.0.1:22) in this case.

License:

MIT License.

About

A great tunneling (port forwarding) that works great with HTTP Custom & HTTP Injector, useful for tunneling SSH & VPN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages