Created
February 8, 2017 21:54
-
-
Save MasonM/6c8bd9ee9115967cbd9aeafb8bcb59f8 to your computer and use it in GitHub Desktop.
Command to dump *.adobe.com cookies for OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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