Skip to content

local TCP connect -> remote TCP address(IP/Host:port)

Notifications You must be signed in to change notification settings

zgx949/TCP-PROXY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TCP-PROXY

Function

local TCP connect -> remote TCP address(IP/Host:port)

How to use

  • Command
python main.py local_port hostname port
  • Example
sudo python main.py 80 127.0.0.1 8088
  • Successful output

Listening for incoming connections on 127.0.0.1:65530. --> 127.0.0.1:8088

About

local TCP connect -> remote TCP address(IP/Host:port)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages