• 大小: 9.05 KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: Python
  • 标签: python  Socket  代理  socks  

资源简介

python的socket代理模块

安装方法:解压后把socks.py文件复制到文件夹C:\Python25\Lib,这里假设你装的是python2.5

使用方法:
import socks, socket
socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "地址", 端口)
socket.socket = socks.socksocket

接下来,你就可以照常使用socket了,一切都会悄悄地通过代理出去的~


使用实例:/viewthread.php?tid=328351&page=1#pid1888884

资源截图

代码片段和文件信息

“““SocksiPy - Python SOCKS module.
Version 1.00

Copyright 2006 Dan-Haim. All rights reserved.

Redistribution and use in source and binary forms with or without modification
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
3. Neither the name of Dan Haim nor the names of his contributors may be used
   to endorse or promote products derived from this software without specific
   prior written permission.
   
THIS SOFTWARE

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1423  2006-10-20 03:58  LICENSE
     文件         622  2006-10-25 22:54  BUGS
     文件        9233  2006-10-25 22:49  README
     文件       13785  2006-10-25 22:19  socks.py

评论

共有 条评论