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
- Install Git using below provided command in terminal
- Install Python 3.8/3.9 using below provided command
- Install latest version of JDK
Download from: https://www.oracle.com/java/technologies/javase-java-archive-javase6-downloads.html
Then:
- 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
- Download MobSF using below provided command
Setup MobSF using command:
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