EnDevTools / myproxy

proxy scanner by country

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my proxy-scanner Python 2.6|2.7|3.x License

Simple Python script for proxy scan to get (usable) proxies. It scan (periodically updated) list of public proxies and automatically finds in a quick manner those usable in that same moment (Note: working in linux).

fetch

Git

$ git clone https://github.com/EnDevTools/myproxy.git

Building

$ sudo apt update
$ sudo apt install python
$ sudo apt install python3
$ sudo apt install libssl-dev
$ sudo yum install openssl-devel
$ sudo apt install python-pip
$ sudo apt install python3-pip
$ pip install -r requirements.txt
$ pip3 install -r requirements.txt

Primary use

$ ./myproxy
$ ./myproxy --output=proxy.txt
$ ./myproxy --c=france

Requirements

MYPROXY works out of the box with any Python version from 2.6.x to 3.x on any platform.

Contact Me

https://www.facebook.com/Dev.Tools.xd Telegram @CvvNow

About

proxy scanner by country