Results 1 to 6 of 6

Thread: Proxy Checker

  1. #1

    Thread Starter
    Member
    Join Date
    May 2003
    Posts
    53

    Proxy Checker

    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.
    Thank you all.

  2. #2

    Thread Starter
    Member
    Join Date
    May 2003
    Posts
    53
    Please anyone at all? I would appreciate it so greatly much. Thanks.
    Thank you all.

  3. #3
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    Here's a basic one I started once.

    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.
    Attached Files Attached Files
    Last edited by Spajeoly; Jul 4th, 2003 at 12:13 PM.

  4. #4

    Thread Starter
    Member
    Join Date
    May 2003
    Posts
    53
    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.
    Thank you all.

  5. #5
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    What that does is open port 80 on your computer, then it splits the proxy server by Addressort, so seperate them with a colon.

    Then it sends a POST header with your IP as the host, so in effect the proxy server if valid will send that request back to your computer.

  6. #6
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    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.

    Also, it's written in Delphi, not VB.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width