Python写的Socks5协议代理服务器

上传:andy79576 浏览: 31 推荐: 0 文件:PDF 大小:24.47KB 上传时间:2020-12-30 14:27:14 版权申诉
直接上代码: #!/usr/bin/python # Filename s5.py # Python Dynamic Socks5 Proxy # Usage: python s5.py 1080 # Background Run: nohup python s5.py 1080 & import socket, sys, select, SocketServer, struct, time class ThreadingTCPServer(SocketServer.ThreadingMixIn, SocketServer.TCPServer): pass class Socks5Ser
上传资源
用户评论