Skip to content

A Simple Asynchronous Proxy Checking Tool Written in Python

Notifications You must be signed in to change notification settings

mosajjal/proxychecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ProxyChecker

A Simple Proxy checking tool written in Python3.

Requirements

Python 3.5 or higher

aiohttp

Usage:

Create a file in the same directory as checker.py, fill it with ip:port (one line each), like this:

  • 127.0.0.1:8888
  • 192.168.1.1:8080
  • PROXY:PORT

Save it (e.g. list.txt), then call the script like this:

$ python3 checker.py list.txt

Notes:

  1. For now, only HTTP proxies are supported.
  2. You can change the test URL to whatever you want in the script
  3. This script uses asyncio and does the tests in parallel mode.
  4. This proxy uses "via" header option to test if the URL is a valid Proxy.

About

A Simple Asynchronous Proxy Checking Tool Written in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages