Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h01/proxyscanner

python HTTP代理扫描
https://github.com/h01/proxyscanner

Last synced: 26 days ago
JSON representation

python HTTP代理扫描

Awesome Lists containing this project

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
```