Vulnerability Development mailing list archives

Re: proxy tool


From: Valdis.Kletnieks () vt edu
Date: Sat, 15 Dec 2001 03:20:57 -0500

On Sat, 15 Dec 2001 02:05:21 GMT, Talley Anonymous Remailer <nobody () talley remailer org>  said:

      socket(SOCK, PF_INET, SOCK_STREAM, $proto) || die("\nFailed to open socket: $!\n");
      if(connect(SOCK, $paddr))# || die("Unable to connect: $!");
      {
              print "\nMaYb PhuN on p0rT: $port\n";
      }

Note that this code only tries to connect() to the given port.  It doesn't
actually prove there's a proxy/wingate at the address - if you point this
at www.microsoft.com, it will report 'MaYb Phun on p0rt: 80'.

Whether there is either fun or a proxy to be found at Microsoft is an open
question, but not one answered merely by connecting to port 80.
-- 
                                Valdis Kletnieks
                                Operating Systems Analyst
                                Virginia Tech

Attachment: _bin
Description:


Current thread: