Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSS19 0x5b - Obtaining and Extracting Apps #1238

Closed
cpholguera opened this issue May 30, 2019 · 3 comments
Closed

OSS19 0x5b - Obtaining and Extracting Apps #1238

cpholguera opened this issue May 30, 2019 · 3 comments
Assignees

Comments

@cpholguera
Copy link
Collaborator

Create the "Obtaining and Extracting Apps" section in 0x05b.

  • App Store: consider websites like https://www.apkmirror.com/ or similar, verify reputation; Consider also tools like https://github.com/matlink/gplaycli, test, evaluate and include if convenient.
  • Recovering the App Package from the Device (From Rooted/Non-Rooted Devices): e.g. via adb pull. For example, this works on both rooted and non-rooted devices:
$ adb shell pm path sg.vp.owasp_mobile.omtg_android
package:/data/app/sg.vp.owasp_mobile.omtg_android-Q0Y29-poHT2w8912zTxXNw==/base.apk

$ adb pull /data/app/sg.vp.owasp_mobile.omtg_android-Q0Y29-poHT2w8912zTxXNw==/base.apk
/data/app/sg.vp.owasp_mobile.omtg_android-Q0Y29-poHT2w8912zTxXNw==/base.apk: 1 file pulled. 17.9 MB/s (5801767 bytes in 0.309s)

Note that we'll have these sections in the iOS chapter. Consider mentioning some differences.

@commjoen commjoen added this to the 1.2: Android and iOS updates milestone Jun 3, 2019
@cldrn
Copy link
Collaborator

cldrn commented Jun 5, 2019

I'll tackle this.

@cpholguera
Copy link
Collaborator Author

nice, I've assigned it to you and set it to "In Progress", thank you!

commjoen added a commit that referenced this issue Jun 7, 2019
Adds info about extracting apps. Fixes #1238
@commjoen
Copy link
Collaborator

commjoen commented Jun 7, 2019

Fixed by #1301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants