Skip to content

Instantly share code, notes, and snippets.

@bbtdev
Created November 28, 2018 17:32
Show Gist options
  • Save bbtdev/3bf21bc999edd60c408f22735d0bdf02 to your computer and use it in GitHub Desktop.
Save bbtdev/3bf21bc999edd60c408f22735d0bdf02 to your computer and use it in GitHub Desktop.
monitor-http-requests
sudo tcpdump -s 0 -A 'tcp dst port 80 and (tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x504f5354)'
BUT DOING IN A TEMP DIR IT CREATES FILES!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment