Download ZIP : https://github.com/MobSF/Mobile-Security-Framework-MobSF/archive/refs/heads/master.zip
Important Requirements
Python 3.8
sudo wget https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tgz
sudo tar xzf Python-3.8.12.tgz
cd Python-3.8.12
sudo ./configure --enable-optimizations
sudo make altinstall
Installation Guide (Linux):
Step 1:
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
Step 2:
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
Step 3:
cd Mobile-Security-Framework-MobSF
Step 4:
sudo ./setup.sh
Take about 10-15 Minutes
Step 5:
./run.sh 127.0.0.1:8000
Access the MobSF web interface in browser using the URL :
http://127.0.0.1:8000