nates / examiner

šŸ’» A multi-threaded proxy checker made in Go.
MIT License
12 stars 2 forks source link

Check all proxy types together (HTTPS, Socks4, Socks5) and save working proxies by the protocols #4

Closed bawzz234 closed 4 years ago

bawzz234 commented 4 years ago

Hello,

Thanks again for the great work on this proxychecker and for adding the requested features. I didn't encounter any bugs whatsoever and the checker is working perfectly.

For example, urls like these shows IP only https://httpbin.org/ip https://api.ipify.org https://api.myip.com/

So, if my ip is 1.1.1.1 and if I check with these URLS and set -notext 1.1.1.1 - it will eliminate transparent proxies. This way we can check for elite and anonymous proxies.

Best Regards

nates commented 4 years ago

I'll either work on this tomorrow or the day after. šŸ‘

nates commented 4 years ago

I have added the notext flag and check multiple proxy types together feature.

nates commented 4 years ago

I'm going to close this issue, I will create the ProxyScraper program later.

bawzz234 commented 4 years ago

Hello,

Thanks for adding those features. I tested a proxy file containing all types of proxies together, and checked the protocols separately to compare with all types. The result was accurate and the result amount was almost same. using IP as -notext is working beautifully and transparent proxies now sorted out.

Thanks for the great work. Can't wait for the ProxyScraper program. :)

Best Regards

nates commented 4 years ago

Created the proxy scraper program, https://github.com/nates/ProxyScraper