Skip to content

mdalfaz/check_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Proxy Validator Script

This script validates a list of proxies to determine if they are working. The working proxies are saved to an output file.

Features

  • Validates proxies from a provided file.
  • Uses multi-threading for faster processing.
  • Outputs working proxies to a specified file.
  • Includes a banner for branding.

Prerequisites

  • Python 3.x
  • Required libraries:
    • colorama

Install the required libraries using:

pip install colorama