Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadow1ng/ProxyPool
一款用于自动切换ip的代理池服务,无需任何依赖,能快速运行。
https://github.com/shadow1ng/ProxyPool
Last synced: 21 days ago
JSON representation
一款用于自动切换ip的代理池服务,无需任何依赖,能快速运行。
- Host: GitHub
- URL: https://github.com/shadow1ng/ProxyPool
- Owner: shadow1ng
- Created: 2020-07-23T09:28:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T02:38:56.000Z (about 4 years ago)
- Last Synced: 2024-11-16T06:04:59.630Z (26 days ago)
- Language: Python
- Size: 595 KB
- Stars: 235
- Watchers: 7
- Forks: 64
- 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),点击导出
![](image/2020-07-23-16-53-25.png)## 2.检测存活
多线程检测socks.txt中的存活代理,写入alive.txt,并自动去重
![](image/2020-07-23-16-54-27.png)## 3.开启服务
`python3 server.py`## 4.设置burp设置http代理端口(不是socks5)
![](image/2020-07-23-16-58-34.png)## 5.测试
访问 http://httpbin.org/ip ,多次刷新,发现访问ip一直在变
![](image/2020-07-23-16-59-25.png)
![](image/2020-07-23-16-59-31.png)