/ Published in: Bash
make sure the en1 value is the interface you are using
Expand |
Embed | Plain Text
sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E "Host\: .*|GET \/.*"
You need to login to post a comment.
adkatrit on 02/21/10
3 people have marked this snippet as a favorite
make sure the en1 value is the interface you are using
sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E "Host\: .*|GET \/.*"
You need to login to post a comment.