View HTTP request headers with tcpdump
This is useful to the headers of incoming HTTP requests to a particular path. You might need to adjust the grep parameters.
tcpdump -n -S -s 0 -A 'tcp dst port 80' | grep -B3 -A10 "GET /some-path"
Written by Robert Crim
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Https
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#