Skip to content

MinatSukiBotNET/checkerproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Checker

This Python script checks the validity of the proxies by making a request to http://google.com. Valid proxies are saved in an output file.

  • Python 3.x
  • Library requests : can be installed by running the command pip install requests.

Utilisation

python3 checker.py <proxy_file> <proxy_type> <output_file>

  • <proxy_file> : Path of the file containing the proxies to be tested.
  • <proxy_type> : Type of proxy to search.
  • <output_file>: Path to the output file for saving valid proxies.
  • <timeout>: Timeout in milliseconds for each test request.

Exemple

python3 checker.py proxies.txt http valides.txt 5000

Finally

Licence

This script is distributed under the MIT license. Please see the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages