puddly / android-otp-extractor

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

Switch from `adb exec-out` to base64-encoded `adb shell` #4

Closed puddly closed 6 years ago

puddly commented 6 years ago

adb exec-out doesn't work properly on some devices (#1) but adb shell and base64 are pretty universal. This will increase device compatibility and fix #1