https://github.com/shadow1ng/ProxyPool
一款用于自动切换ip的代理池服务,无需任何依赖,能快速运行。
https://github.com/shadow1ng/ProxyPool
Last synced: 4 months ago
JSON representation
一款用于自动切换ip的代理池服务,无需任何依赖,能快速运行。
- Host: GitHub
- URL: https://github.com/shadow1ng/ProxyPool
- Owner: shadow1ng
- Created: 2020-07-23T09:28:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T02:38:56.000Z (about 5 years ago)
- Last Synced: 2025-04-08T04:18:45.191Z (7 months ago)
- Language: Python
- Size: 595 KB
- Stars: 240
- Watchers: 8
- Forks: 66
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - shadow1ng/ProxyPool - 一款用于自动切换ip的代理池服务,无需任何依赖,能快速运行。 (Python)
README
# ProxyPool
一款用于自动切换ip的代理池服务,无需任何依赖,能快速运行。
运行方法:python3 server.py
# 搜集使用新代理步骤如下:
## 1.搜集可用socks5代理
免费代理url http://free-proxy.cz/zh/proxylist/country/CN/socks5/ping/all
选择国家和代理类型(socks5),点击导出

## 2.检测存活
多线程检测socks.txt中的存活代理,写入alive.txt,并自动去重

## 3.开启服务
`python3 server.py`
## 4.设置burp设置http代理端口(不是socks5)

## 5.测试
访问 http://httpbin.org/ip ,多次刷新,发现访问ip一直在变

