Skip to content

Instantly share code, notes, and snippets.

@sipherr
Last active August 29, 2015 14:09
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 sipherr/4da60bfd3d2ddab0ec7d to your computer and use it in GitHub Desktop.
Save sipherr/4da60bfd3d2ddab0ec7d to your computer and use it in GitHub Desktop.
$ sudo apt-get install android-tools-adb
$ adb root
or
$ adb shell
$ ./su
$ adb pull /data/data/com.google.android.apps.authenticator2/databases/databases
$ sqlite3 ./databases "select * from accounts" > /Volumes/TRUECRYPT_ENCRYPTED_VOLUME/google_authenticator_backup.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment