Socket
Book a DemoInstallSign in
Socket

fwz-pt

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fwz-pt

A multi-threaded proxy testing tool for HTTP/SOCKS5 proxies

Source
pipPyPI
Version
1.1.1
Maintainers
1

Fwz_PT - Proxy Tester

Fast, multi-threaded proxy testing from the command line.

Features

  • Multi-threaded proxy ping testing
  • Geo-location lookup
  • Sequential speed testing (Cloudflare CDN + Fast.com fallback)
  • Supports HTTP and SOCKS5 proxies
  • Export results to TXT or CSV

Installation

Recommended:

pipx install fwz-pt

Alternative (virtual environment):

python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install fwz-pt

From source:

git clone https://github.com/fawaz7/Proxy-tester.git
cd Proxy-tester
pip install -r requirements.txt
python src/main.py --help

Usage

Basic syntax:

fwz_pt --http proxies.txt
fwz_pt --socks --geo --speed-test proxies.txt -o results.csv

Options:

  • --http or --socks - Proxy type (required)
  • --geo - Enable geo-location lookup
  • --speed-test - Run download speed test
  • -o <file> - Save results (.txt or .csv)
  • --verbose - Debug output

Proxy formats:

  • host:port:user:pass
  • user:pass@host:port

Contributing

Feel free to contribute to the repository.

Keywords

proxy

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts