pythonism / proxy-checker

The simple script, which checks good and bad proxies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy Checker

Simple HTTP/HTTPS proxy checker written with Python

Usage

Get started

First you need to get rid of problems with executing permissions, so to do that, open terminal and say:

chmod +x prox.py

Check proxies from file

 ./prox.py -f <FILENAME>

Check only one proxy

./prox.py -p <IP:PORT>

About

The simple script, which checks good and bad proxies

License:MIT License


Languages

Language:Python 100.0%