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.
- Free Proxies Static Residental:
- Paid Premium Static Residental:
- 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 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