Skip to content

Experimenting with nonblocking sockets and relays in Python

Notifications You must be signed in to change notification settings

ciccio-87/PyNetToys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyNetToys

Experimenting with nonblocking sockets and relays in Python

As of now, it just consists of three scripts (hopefully, they'll be more in future):

  • pync, a (partial) NetCat implementation in Python
  • socks-stub, a very basic (and quite ugly) stub for a 4a socks proxy in Python
  • asocks4a another partial socks4a implementation (forward only) with Python asyncore

Please do not expect fantastic performances (socks-stub works with a mixed threading/select infrastructure) nor total portability (pync uses select on stdio descriptors, which is forbidden on Windows).

About

Experimenting with nonblocking sockets and relays in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages