Created
August 11, 2011 15:14
-
-
Save benjaminhawkeslewis/1139912 to your computer and use it in GitHub Desktop.
Watch HTTP traffic with tshark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In this case, track HTTP on eth0, port 4444 | |
tshark -i eth0 -d tcp.port==4444,http -R 'http' -Tpdml -V -S -l "port 4444" | grep '"http.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment