Powerfull proxy scraper and checker.
- scrape proxies from url/public proxy list.
- Keep only proxies from one country.
- check for proxy anonymity level.
- Support
http, socks4, socks5
. - match custom url page.
- scrape any webpage.
- remove dead links.
- ultra fast.
- 100K+ scrape under 5s.
- (800 goroutines) Checked 55k proxies in 56s.
- golang 1.18+
- python 3.X+
- download the lasted compiled version here.
- build from src using
go build .
- [FIXED] Checker crash if there is invalid format into proxies file, this can happen if you are using scraper.
- [FIXED]
fixed: "bufio.Scanner: token too long"
, this error happen when you are loading large proxies file (100K+)
- If you want to split checked proxies into socks4, socks5, http files you can use
parser.py
file.