Valid8Proxy is a fast and efficient tool designed for fetching, validating, and storing working proxies (HTTP, HTTPS, SOCKS4, SOCKS5, and Mixed).
Perfect for web scraping, OSINT, automation, or network testing.
-
Supports Multiple Proxy Protocols
HTTP, HTTPS, SOCKS4, SOCKS5, and Mixed mode. -
Fetches Proxies from Multiple Live Sources
-
High-Speed Concurrent Validation
Multi-threaded validation using ThreadPoolExecutor. -
Accurate Proxy Extraction
Strict regex-basedIP:PORTextraction. -
Customizable Validation
Choose timeout, threads, test URL, and count. -
Early Stop Mechanism
Stops automatically after your desired number of valid proxies. -
Save Valid Proxies to File
-
Supports Piped Input (
--no-fetch)
Validate your own proxy lists directly. -
Cross-Platform
Works on Linux, macOS, Windows, and Termux.
git clone https://github.com/spyboy-productions/Valid8Proxy.git
cd Valid8Proxy
pip3 install -r requirements.txt
python3 Valid8Proxy.py -hpython3 Valid8Proxy.py --type mixed --count 10python3 Valid8Proxy.py --type http --count 20 --workers 100python3 Valid8Proxy.py --timeout 3python3 Valid8Proxy.py --test-url https://google.compython3 Valid8Proxy.py --save working_proxies.txtcat proxies.txt | python3 Valid8Proxy.py --no-fetch --count 5python3 Valid8Proxy.py --help| Command | Description |
|---|---|
python3 Valid8Proxy.py --help |
Show help menu |
--type [http/https/socks4/socks5/mixed/auto] |
Select proxy protocol (default: mixed) |
--count N |
Number of working proxies to find (default: 10) |
--workers N |
Thread count for validation (default: 50) |
--timeout N |
Per-proxy timeout (default: 6) |
--test-url URL |
Custom website to test proxies |
--save file.txt |
Save valid proxies to file |
--no-fetch |
Read proxies from STDIN instead of fetching |
--version |
Show script version (if implemented) |
python Validator.pyFollow prompts to:
- Input your proxy file
- Choose how many to validate
- Get a list of working proxies
Contributions and feature requests are welcome! Open an issue or submit a Pull Request anytime.
🎥 YouTube Video: https://www.youtube.com/watch?v=FWFFAbgC8Bo
.png)
