Skip to main content

Posts

Showing posts from October, 2021

learn how to hack andorid

  While hunting for bug bounties, attack surface plays a major role. Hacking on mobile adds more juicy attack surface and increases your likelihood of finding new endpoints… and bugs! For example, some applications use different API endpoints for mobile users, as well as use different endpoints for each platform. Mobile apps are likely to get less attention compared to the web applications or the domains that are in the scope of a program. Setting up a mobile lab for the first time can be confusing and exhausting. This blog will help you quickly learn how to get started on mobile hacking, for Android and iOS, by covering the following topics: Installing the Android SDK Setting up and launching a Virtual Device Downloading an APK file from the Google Store. Installing the APK on your Virtual Device Setting up Burp Suite with a Virtual Device Decompiling an APK file to extract the source code SET UP A VIRTUAL ANDROID DEVICE First, you’ll need to get the latest version of Android Studio