On Fri, 25 Feb 2000, John Pfaff wrote:

> You're probably thinking of netcat (nc).
> 
> ----- Original Message -----
> From: Alan Mead <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Monday, February 14, 2000 6:23 pm
> Subject: Re: how to log port 80 activity?
> 
> 
> > There is a program to do this...  blanking on the name...  *cat?  cat*? It
> > binds to a port and shows you what comes through.   Hopefully someone will
> > post a name.  Apache, of course, logs 80 but I'm guessing you either
> aren't
> > running it or it doesn't log enough?
> >
> > -Alan
> >
> > At 04:39 PM 2/14/00 , Carl Karsten wrote:
> > >I'm trying to use ipchains to figure out what an http GET command looks
> > >like.  so I want to log all packets to port 80, and then hit it with a
> > >browser.  ipchains, right?
> > >
> > >


In case you are interested, this what it looks like:

bash$ telnet www.linuxnovice.org 80
Trying 63.226.143.35...
Connected to www.linuxnovice.org.
Escape character is '^]'.
GET / HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 25 Feb 2000 18:47:34 GMT
Server: Apache/1.3.9 (Unix) AuthMySQL/2.20 PHP/3.0.12
Last-Modified: Tue, 01 Feb 2000 18:30:26 GMT
ETag: "38806-33f-38972642"
Accept-Ranges: bytes
Content-Length: 831
Connection: close
Content-Type: text/html


The server spits out the contents of the index page in this case, so you
should see a lot of HTML tags on the screen.  By the way, keep in mind
that you need to hit the ENTER key twice after you enter the HTTP command
(GET / HTTP/1.0)


> > >--
> > >To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > >as the Subject.
> >
> > ---
> > Alan D. Mead  /  Research Scientist  /  [EMAIL PROTECTED]
> > Institute for Personality and Ability Testing
> > 1801 Woodfield Dr  /  Savoy IL 61874 USA
> > 217-352-4739 (v)  /  217-352-9674 (f)
> >
> >
> > --
> > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > as the Subject.
> >
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
> 
> 

---------
Nitebirdz
---------
It's not too late to turn back from the "Gates" of Hell... 
Linux: the free 32-bit operating system, available NOW. 
Why waaaaaait for NT? (Brandon S. Allbery)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to