[kw-pm] Recording HTTP

Matt Sergeant matt at sergeant.org
Wed May 24 10:09:39 PDT 2006


On 23-May-06, at 11:05 PM, abez wrote:

> Here's a quick script where you can monitor all your browser traffic,
> I want to figure out what requests you are making:

Here's what I use:

sudo tcpdump -i en1 -A -s0 dst port 80 | perl -ne '$|++; next unless / 
Referer/; print, $LAST = $_ if $_ ne $LAST'

:-)

Also sniffs what URLs other people on your network are looking at.

Matt.


More information about the kw-pm mailing list