Skip to content

Instantly share code, notes, and snippets.

@abullrd
Created May 1, 2014 21:48
Show Gist options
  • Save abullrd/dec1e7ee1ff19887ad29 to your computer and use it in GitHub Desktop.
Save abullrd/dec1e7ee1ff19887ad29 to your computer and use it in GitHub Desktop.
Use tcpdump to read header info for incoming requests
tcpdump -n -S -s 0 -A 'tcp dst port 80' | grep -B3 -A10 "GET /test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment