March 2016
Intermediate to advanced
312 pages
7h 15m
English
Drozer's inbuilt module app.package.manifest will give us presentable information about the AndroidManifest.xml file and display it in the console, as shown in the following screenshot:

This output helps us understand the app's Process Name, Data Directory, APK Path, UID and GID, Shared Libraries and Shared User ID (if any), and most importantly, permission details.
Our target app, FourGoats, has permissions to send SMSes, make phone calls, and access location data and the Internet on the mobile device.
These details can also be extracted using other tools, such as APKTOOL and Androguard.
Read now
Unlock full access