Skip to content

Mobile Security Framework - MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis. MobSF supports mobile app binaries (APK, XAPK, IPA & APPX) along with others

Installation

  1. Install Git using below provided command in terminal
sudo apt-get install git
  1. Install Python 3.8/3.9 using below provided command
sudo apt-get install python3.8**
  1. Install latest version of JDK

Download from: https://www.oracle.com/java/technologies/javase-java-archive-javase6-downloads.html

Then:

chmod +x jdk-6u45-linux-x64.bin
sh jdk-6u45-linux-x64.bin      

  1. Install the required dependencies using below provided command
sudo apt install python3-dev python3-venv python3-pip build-essential libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg62-turbo-dev zlib1g-dev wkhtmltopdf
  1. Download MobSF using below provided command
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git

Setup MobSF using command:

sudo ./setup.sh

Run!

./run.sh 127.0.0.1:8000

# Note: we can use any port number instead of **8000**, but it must be available

Access the MobSF web interface in browser using the URL: http://127.0.0.1:8000

Last update: 2024-02-29
Created: January 4, 2023 00:07:39