Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 634 Bytes

File metadata and controls

35 lines (29 loc) · 634 Bytes

💻 examiner

A multi-threaded proxy checker made in Go.

🧳 Requirements

  • Go (latest)

🏗️ Building

go get .
go build .

🕹️ Usage

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