Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h01/proxyscanner
python HTTP代理扫描
https://github.com/h01/proxyscanner
Last synced: 26 days ago
JSON representation
python HTTP代理扫描
- Host: GitHub
- URL: https://github.com/h01/proxyscanner
- Owner: h01
- Created: 2014-11-27T03:39:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T07:16:45.000Z (about 10 years ago)
- Last Synced: 2024-08-03T17:12:28.342Z (4 months ago)
- Language: Python
- Size: 203 KB
- Stars: 128
- Watchers: 12
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **116**星
README
Python Proxy Scanner
===
#### 简介
最近想做一个`Chrome`翻墙工具,其中涉及到HTTP代理,想着不喜欢网上公开的免费信息,就自己利用点业余时间写了一个扫描HTTP代理的工具了。
匆忙发布,还有很多未完善的地方,日后再慢慢修改。#### 安装
```shell
$ git clone https://github.com/h01/ProxyScanner.git
```#### 使用
```shell
$ ./ps.py -i 1.1.1.1-1.1.2.255 -p 8080 -t 50 -s test.txt
```