Skip to content

nates/examiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 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

About

💻 A multi-threaded proxy checker made in Go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages