Hello all. I am wondering if any of you have an example for source code of a proxy checker? If you do or know where I can get one it would be greatly appreciated if you could help me. Thanks very much guys & gals and have a good one.
You will want to make it check the header for key items like Client-ip: lines and X-Forwarded-For.... To check the proxy to see weather or not it's anonymous.
Last edited by Spajeoly; Jul 4th, 2003 at 12:13 PM.
Hey. Thanks so much man for that example but 1 thing. It won't check itt. It says checking it on port whatever but then does nothing? WHats wrong? ANyone at all with any ideas/help would be greatly liked and appreciated. Thanks and have a good one.
If you simply want a program to verify proxies for you, I suggest Proxy Recon. I based the example off of it's basic design, setting up a web server on the local machine and connecting to it through the proxies in a list.
This is a very thorough program, don't count on getting the source from the author.