Skip to main content

Proxidize Proxy Tester - A multi-threaded proxy testing tool for HTTP/SOCKS proxies

Project description

Proxidize: Proxy Tester

A professional, multi-threaded proxy testing tool for HTTP and SOCKS proxies with built-in speed testing and geo-location lookup.

Features

  • ๐Ÿš€ Multi-threaded Testing: Efficient parallel proxy testing with intelligent thread management
  • ๐ŸŒ HTTP & SOCKS5 Support: Test both HTTP and SOCKS5 proxies seamlessly
  • ๐Ÿ“ Geo-location Lookup: Get detailed location information for working proxies
  • โšก Speed Testing: Built-in download speed testing using speedtest-cli
  • ๐ŸŽจ Beautiful UI: Rich terminal interface with colored output and formatted tables
  • ๐Ÿ“Š Export Results: Save results to CSV format for analysis
  • ๐Ÿ›ก๏ธ Robust Error Handling: Graceful handling of failures and interruptions
  • ๐Ÿ”ง Flexible Configuration: Command-line options and interactive prompts

Installation

Option 1: Using pipx (Recommended for applications)

# Install pipx if you don't have it
pip install --user pipx
pipx ensurepath

# Install proxidize_pt
pipx install proxidize_pt

Option 2: Using pip with virtual environment

# Create a virtual environment
python3 -m venv proxy_tester_env
source proxy_tester_env/bin/activate  # On Windows: proxy_tester_env\Scripts\activate

# Install the package
pip install proxidize_pt

Option 3: Using pip with user flag

pip install --user proxidize_pt

Option 4: System-wide installation (not recommended)

pip install --break-system-packages proxidize_pt

From Source

git clone https://github.com/fawaz7/Proxy-tester.git
cd Proxy-tester
pip install -e .

Development Installation

git clone https://github.com/fawaz7/Proxy-tester.git
cd Proxy-tester
cd proxy-tester
pip install -e ".[dev]"

Usage

Command Line Interface

Once installed, you can use any of these commands:

# Main command
proxidize_pt [options] <proxy_file_or_single_proxy>

Basic Examples

# Test a single proxy
proxidize_pt "proxy.example.com:8080:username:password" --http

# Test proxies from a file
proxidize_pt data/proxies.txt --http --geo --speed-test

# Test SOCKS5 proxies with verbose output
proxidize_pt data/socks_proxies.txt --sock --geo -v

# Export results to CSV
proxidize_pt data/proxies.txt --http --geo -o results.csv

Command Line Options

positional arguments:
  proxy                 Single proxy or path to proxy list file

options:
  -h, --help            show this help message and exit
  --sock                Use SOCKS5 proxy
  --http                Use HTTP proxy
  --geo                 Enable IP geolocation lookup
  --speed-test          Include download speed test
  -o OUTPUT, --output OUTPUT
                        Output file path
  -v, --verbose         Enable verbose debug output

Proxy Format

Proxies should be in the format: host:port:username:password

Examples:

proxy.example.com:8080:user123:pass123
192.168.1.100:3128:admin:secret
socks.example.com:1080:sockuser:sockpass

Sample Proxy Files

You can find sample proxy files in the data/ directory:

  • working_http_proxies.txt - Working HTTP proxies for testing
  • working_socks_proxies.txt - Working SOCKS5 proxies for testing
  • semi_working_http_proxies.txt - Mixed HTTP proxies for testing error handling

Platform Support

Proxidize works on all major platforms:

  • โœ… Windows (Windows 10, 11)
  • โœ… Linux (Ubuntu, Debian, CentOS, etc.)
  • โœ… macOS (10.14+)

Requirements

  • Python 3.7 or higher
  • Internet connection for proxy testing
  • All dependencies are automatically installed via pip

Configuration

The tool uses intelligent defaults but can be customized via:

  • Command-line arguments
  • Interactive prompts
  • Configuration files (coming soon)

Output

Results are displayed in a beautiful table format and can be exported to CSV:

                          Proxy Test Results
โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ # โ”ƒ Proxy Type โ”ƒ IP Address     โ”ƒ Location                          โ”ƒ Latency โ”ƒ Speed     โ”ƒ Status  โ”ƒ
โ”กโ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ 1 โ”‚ HTTP       โ”‚ 172.56.168.96  โ”‚ Brooklyn, New York, United States โ”‚ 966ms   โ”‚ 5.03 Mbps โ”‚ Working โ”‚
โ”‚ 2 โ”‚ SOCKS5     โ”‚ 172.58.255.34  โ”‚ College Park, Maryland, US        โ”‚ 1240ms  โ”‚ 3.2 Mbps  โ”‚ Working โ”‚
โ””โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

If you encounter any issues or have questions:

  1. Check the documentation
  2. Search existing issues
  3. Create a new issue

Changelog

v1.0.0

  • Initial release
  • Multi-threaded proxy testing
  • HTTP and SOCKS5 support
  • Geo-location lookup
  • Speed testing
  • Beautiful terminal UI
  • CSV export functionality

Troubleshooting Installation

Error: "externally-managed-environment"

This error occurs on newer Python installations (especially with Homebrew on macOS). Use one of these solutions:

  1. Recommended: Use pipx for application installation:

    pip install --user pipx
    pipx install proxidize_pt
    
  2. Use virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    pip install proxidize_pt
    
  3. User installation:

    pip install --user proxidize_pt
    

PATH Issues

If you can't run proxidize_pt after installation:

  • With pipx: Run pipx ensurepath and restart your terminal
  • With --user: Add ~/.local/bin (Linux/Mac) or %APPDATA%\Python\Scripts (Windows) to your PATH
  • With virtual environment: Make sure the environment is activated

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proxidize_pt-1.0.2.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proxidize_pt-1.0.2-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file proxidize_pt-1.0.2.tar.gz.

File metadata

  • Download URL: proxidize_pt-1.0.2.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for proxidize_pt-1.0.2.tar.gz
Algorithm Hash digest
SHA256 e4738cc2bba8eeec46c1d224c727b52668b5425fe603cf5fbc52317f61f580eb
MD5 c8a0d2231d111f41eac52dc80c9def50
BLAKE2b-256 ed58591d517f76e77a6378232aa96e330fe7e65774714008bbef75543a34ecb3

See more details on using hashes here.

File details

Details for the file proxidize_pt-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: proxidize_pt-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for proxidize_pt-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9aa41aa6289d57a31bc4b442cfeba233d3fa98e5b272bafe30542476b7997df0
MD5 7e02c431c89635798415cdc38fa58b25
BLAKE2b-256 b551cc059ee6276a192c3716755d47bcfb3c2e03fe4768728da38b18add3304d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page