Skip to content
/ ProXer Public
forked from im-hanzou/ProXer

(Static) Proxy Quality Checker - Tools for checking your proxies quality

Notifications You must be signed in to change notification settings

dieutx/ProXer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ProXer

ProXer is a tool designed to evaluate the quality and validity of proxies by detecting their type (HTTP, HTTPS, SOCKS4, SOCKS5), checking their functionality, and retrieving additional details like country, anonymity status, and VPN association using external APIs. Valid proxies are categorized and saved into organized files for easy access, and the tool uses multi-threading to efficiently process large proxy lists.

Buy Proxies

  • Free Proxies Static Residental:
  1. WebShare
  2. ProxyScrape
  3. MonoSans
  • Paid Premium Static Residental:
  1. 922proxy
  2. Proxy-Cheap
  3. Infatica

Setup Tutorial

  • Install Python For Windows: Python
  • For Unix: apt install python3 python3-pip -y
  • Download this script: ProXer or git clone https://github.com/im-hanzou/ProXer
  • Open your Terminal/CMD and make sure you at ProXer directory
  • Installing requirements:

Windows

python -m pip install -r requirements.txt

Unix

python3 -m pip install -r requirements.txt

Run

  • Run the script:

Windows

python main.py

Unix

python3 main.py
  • Insert your proxies filename

Supported Format

http://host:port
http://user:pass@host:port
socks4://host:port
socks4://user:pass@host:port
socks5://host:port
socks5://user:pass@host:port
  • Proxies result will saved to folder named proxy_results
  • Good Proxies will saved to good-proxies.txt
  • Bad Proxies will saved to bad-proxies.txt

Run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot. This bot is for educational purposes only.

About

(Static) Proxy Quality Checker - Tools for checking your proxies quality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%