Skip to content

Instantly share code, notes, and snippets.

@JburkeRSAC
Created November 5, 2015 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JburkeRSAC/3375ebc134bfb7c4cb6f to your computer and use it in GitHub Desktop.
Save JburkeRSAC/3375ebc134bfb7c4cb6f to your computer and use it in GitHub Desktop.
export Thunderbird usernames and passwords (encrypted; still need decrypt)
#!/bin/bash
echo "select encryptedUsername, encryptedPassword from moz_logins;" | sqlite3 signons.sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment