GitHunt
IB

ibuckshot5/mass-proxy-checker

Mass proxy checker for RocketMap and Monocle

mass-proxy-checker

Mass proxy checker for RocketMap and Monocle

Install

git clone https://github.com/ibuckshot5/mass-proxy-checker
cd mass-proxy-checker
pip install -r requirements.txt

Running

Examples

  • Running the checker from the proxy file proxies.txt: python proxycheck.py -pf proxies.txt

--> The results will be printed to files good.txt, banned.txt and error.txt

  • Running with customized good, banned and error files: python proxycheck.py -pf proxies.txt -gf goodproxies.txt -bf bannedproxies.txt -ef errorproxies.txt

--> If the files are not found, it will create them.

  • Running with verbose logging: python proxycheck.py -pf proxies.txt -v

--> This will allow you to see the details of what's going on behind the scenes.

Languages

Python100.0%

Contributors

Created July 4, 2017
Updated August 27, 2025
ibuckshot5/mass-proxy-checker | GitHunt