Revision: 24122
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 21, 2010 17:16 by adkatrit
Initial Code
sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E "Host\: .*|GET \/.*"
Initial URL
Initial Description
make sure the en1 value is the interface you are using
Initial Title
show all http requests being made
Initial Tags
http
Initial Language
Bash