Thanks to visit codestin.com
Credit goes to github.com

Skip to content

python端口转发工具, 支持tpc和udp

Notifications You must be signed in to change notification settings

IsME420/forwarded_port

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

forwarded_port

python端口转发工具, 支持tpc和udp

用法:

udp端口转发: myp=portmapUDP(53,'192.168.0.206',53) myp.start()

tcp端口转发: myp=portmap(80,'192.168.0.206',80) myp.start()

About

python端口转发工具, 支持tpc和udp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%