Skip to content

Instantly share code, notes, and snippets.

@MasonM
Created February 8, 2017 21:54
Show Gist options
  • Save MasonM/6c8bd9ee9115967cbd9aeafb8bcb59f8 to your computer and use it in GitHub Desktop.
Save MasonM/6c8bd9ee9115967cbd9aeafb8bcb59f8 to your computer and use it in GitHub Desktop.
Command to dump *.adobe.com cookies for OS X
sqlite3 "$HOME/Library/Application Support/Google/Chrome/Default/Cookies" 'select creation_utc, host_key, name, length(encrypted_value) AS value_length, has_expires from cookies where host_key like "%.adobe.com"' > $HOME/Desktop/adobecookies.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment