Install Tools
Last updated
Last updated
ADB (Android Debug Bridge)
Android Studio
MobSF (Mobile Security Framework)
Other Mobile App Testing Tools
Installation Using PimpMyKali Script
Download SDK Platform Tools:
Visit the and download the latest SDK Platform Tools for Windows.
Extract the ZIP File:
Extract the contents of the ZIP file to a directory of your choice.
Add to System PATH:
Open the Start
menu, search for Environment Variables
, and select Edit the system environment variables
.
In the System Properties
window, click Environment Variables
.
Under System variables
, find the Path
variable, and click Edit
.
Click New
, and add the path to the directory where you extracted the SDK Platform Tools.
Verify Installation:
Open a Command Prompt and type adb version
to ensure ADB is installed correctly.
Install Homebrew (if not already installed):
Open Terminal and run:
Install ADB via Homebrew:
Run:
Verify Installation:
Open Terminal and type adb version
to ensure ADB is installed correctly.
Install ADB via Package Manager:
On Debian/Ubuntu-based systems:
On RedHat/Fedora-based systems:
Verify Installation:
Open Terminal and type adb version
to ensure ADB is installed correctly.
Download Android Studio:
Run the Installer:
Execute the downloaded file and follow the on-screen instructions to complete the installation.
Configure SDK:
Open Android Studio and follow the setup wizard to install the necessary SDK components.
Download Android Studio:
Run the Installer:
Open the DMG file and drag Android Studio to the Applications
folder.
Configure SDK:
Launch Android Studio and follow the setup wizard to install the necessary SDK components.
Download Android Studio:
Extract and Install:
Open Terminal and run:
Run Android Studio:
Navigate to /usr/local/android-studio/bin
and run studio.sh
.
Configure SDK:
Follow the setup wizard to install the necessary SDK components.
Install Dependencies:
Clone the MobSF Repository:
Open Command Prompt and run:
Install Requirements:
Run:
Run MobSF:
Execute:
Access MobSF:
Open a browser and go to http://127.0.0.1:8000
.
Install Dependencies:
Ensure Python 3.x is installed. If not, use Homebrew on macOS or your package manager on Linux to install Python.
Clone the MobSF Repository:
Open Terminal and run:
Install Requirements:
Run:
Run MobSF:
Execute:
Access MobSF:
Open a browser and go to http://127.0.0.1:8000
.
Install Frida via Pip:
Run:
Download Burp Suite:
Install Burp Suite:
Follow the installation instructions provided on the download page.
Download PimpMyKali:
Open Terminal and run:
Run the Script:
Execute:
Follow the Prompts:
Follow the on-screen instructions to install and configure various security tools, including those for mobile app testing.
Visit the and download the Windows installer.
Visit the and download the macOS DMG file.
Visit the and download the Linux tar.gz file.
Ensure Python 3.x is installed. If not, download it from .
Visit the and download the appropriate version for your OS.