Thursday, September 22, 2016

[TOOL] GAuthSaviour - Recovery and conversion tool for Google Authenticator

GAuthSaviour

DOWNLOAD VIA GITHUB

GAuthSaviour is a simple, cross-platform tool for retrieving the secret keys of your Google Authenticator installation. It can retrieve the GAuth database via adb, as well as extract secrets from existing databases and supports exporting to a WinAuth-compatible file.

NOTE: This piece of software is very rough and there is subsequantly a high likelihood of bugs. The software does not write database to the database, however, so there is no risk of data loss

How to use
If you have root over adb then simply execute the program with the -d argument (this is what you want to do if you can boot only into recovery).

Windows:
1. Download release zip
2. OPTIONAL: If you want to use the -d flag, you must move adb and associated DLL files into the same folder.
2. Unzip and cd into the folder in cmd
3. Enter your required parameters with the prefix gauthsav``iour,e.g:

Code:

gauthsaviour -w winauth-file.xml
If you want to do something more advanced with the software, see the parameters below.

Parameters

-d - Pull database via adb

-w <filename> - Convert database into WinAuth file "filename"

-f <filename> - Load database from "filename"

Default behaviour is to print all auths from the file [code single]database[/code] in the current dictionary.

Building

On windows, building is best done with the Code::Blocks project file included in the repository.

If using Cygwin or another Unix-based environment, adapt the gcc example found here, eg:

Code:

gcc gasaviour.c sqlite3.c -lpthread -ldl -o gauthsaviour
Contributions
If there's an issue with any of the code, feel free to make a pull request.

XDA:DevDB Information
GAuthSaviour, Tool/Utility for all devices (see above for details)

Contributors
cyr0s
Source Code: http://ift.tt/2d4RGMu


Version Information
Status: Stable
Current Stable Version: v1.0.0.1
Stable Release Date: 2016-09-22

Created 2016-09-23
Last Updated 2016-09-22


from xda-developers http://ift.tt/2crYYfl
via IFTTT

No comments:

Post a Comment