puddly / android-otp-extractor

Extracts OTP tokens from rooted Android devices
GNU General Public License v3.0
231 stars 22 forks source link

Google Authenticator: Also read sqlite write-ahead log files, if present #27

Closed sebastianst closed 5 years ago

sebastianst commented 5 years ago

If the sqlite write-ahead log files are present, also get them from the phone and dump all files into a temporary directory. Solves #26 for me.

sebastianst commented 5 years ago

BTW I just merged master and authy extraction now throws an error, because I don't have authy on my phone. Shouldn't be related to this, though.

puddly commented 5 years ago

Thanks for the pull request. Regarding Authy: what error message is printed to console?

sebastianst commented 5 years ago

Nice solution with the contextmanager