Posts

Showing posts from June, 2026

Mobile Application Penetration Testing Environment Setup

Image
  Mobile Application Penetration Testing Environment Setup AVD Setup 1)        Install Android Studio from https://developer.android.com/studio 2)        Upon installation finished, click on “ More Action ” > “ Virtual Device Manager ” 3)        Create “ Virtual Device ” and select “ Pixel 4 ” 4)        Select “ API 31 ” and “ Google Play Intel x86_64 Atom System Image ”. Run the image by selecting “ Cold Boot ” from the three dot menu.   Rooting AVD 1)        Go to https://gitlab.com/newbit/rootAVD and download it 2)        Change to rootAVD directory and run the command from below screenshot to root the AVD. Ensure the AVD is “ Cold Boot ” and running before executing the command. As we are using API 31 Google Play Store image , select the right version and run t...