Complete Guide: Installing MobSF for Mobile App Security Testing

11 months ago 64
BOOK THIS SPACE FOR AD
ARTICLE AD

Ravindra Dagale

MobSF (Mobile Security Framework) is an open-source, automated mobile application security testing framework. It provides a comprehensive platform for analyzing the security of mobile applications across various platforms, including Android and iOS.

In this blog post, we will walk you through the process of installing MobSF.

To get started Install following Requirements..

Note: If you have below requirements installed then please ignore.

▶ Download and Install Git from https://git-scm.com/download/win
Check by running command > git version
▶ Download and Install Python 3.8–3.9 from https://www.python.org/downloads/release/python-3810/
Check by running command > python -V
▶ Download and Install JDK 8+ from https://www.openlogic.com/openjdk-downloads
Check by running command > java -version
▶ Download and Install Microsoft Visual C++ Build Tools from https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16▶ Download and Install OpenSSL (non-light) from https://slproweb.com/products/Win32OpenSSL.html
Check by running command > OpenSSL version
▶ Download & Install wkhtmltopdf as per the wiki instructions from https://wkhtmltopdf.org/downloads.html
Add the folder that contains wkhtmltopdf binary to environment variable PATH.
Check by running command > wkhtmltopdf -V

Installation and Configuration of MobSF:
Open command prompt and run below commands

▶ Downloading / Clone the MobSF repository
> git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
> cd Mobile-Security-Framework-MobSF
▶ Configuring MobSF
> setup.bat
▶ Running MobSF
> run.bat
▶ Accessing MobSF
In your web browser, navigate to http://localhost:8000/ to access MobSF web interface.

For More info you can visit:

Thank You For Reading, Hope You Liked It…!!! 😊

Ravindra Dagale 🙆‍♂️
Security Researcher | Information Security

Connect at : Instagram | YouTube

Read Entire Article