A multi-threaded proxy checker made in Go.
- Go (latest)
go get .
go build .
Put your proxies into a file separated by each line.
http://185.162.229.137:80
http://45.131.6.225:80
socks5://198.199.86.11:1080
socks4://57.129.81.201:1080
You can run examiner by calling
./examiner -list proxies.txt
You can also use variable such as the scheme, hostname, and port in the URL, User Agent, and Referrer.
./examiner -url https://google.com/{hostname}/{port}/{scheme}
See a list of the flags by running
./examiner -help