ProxyFinder
ProxyFinder copied to clipboard
Find HTTP, HTTP, Socks proxies from IP ranges. (Proxy list generator)
Proxy Finder
Its a frok from ProxyHunter.
You can find HTTP, HTTPS, SOCKS proxies from IP ranges.
How to use
Download and Install python. (Tested on Python 3.8.0) Install this modules:
pip install requests
pip install pause
pip install netaddr
pip install colorama
Put the IP ranges inside ip-list.txt
, then run the project with this command:
python proxyfinder.py
Download country IP ranges from (CIDR):
My changes:
- Scan all IPs without any limitation.
- Save suspicious IPs.
- Fix runtime errors.