Skip to content

Instantly share code, notes, and snippets.

@magoon
Last active December 19, 2015 19:18
Show Gist options
  • Save magoon/6004904 to your computer and use it in GitHub Desktop.
Save magoon/6004904 to your computer and use it in GitHub Desktop.
Sniff browser request headers
# Sniff browser request headers in a quick crude way
#
# deps:
# brew install ngrep
# brew install libpcap
#
sudo ngrep -q -W byline "^(GET|POST) .*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment