Ubuntu MobSF installieren

2021-02-28 von Mario

Mit dieser Anleitung kann die Software Mobile Security Framework (MobSF) manuell installiert werden. MobSF ist ein Analyse Framework für Mobile Applikationen (Android/iOS/Windows).

1. Downloaden

1
2
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
cd Mobile-Security-Framework-MobSF

2. Abhängigkeiten installieren

1
2
apt-get install python3-venv
pip3 install -r requirements.txt

3. Setup starten

Das Script “setup.sh” ausführen:

1
./setup.sh

Danach MobSF mit

1
./run.sh

starten und im Browser http://0.0.0.0:8000 aufrufen.

 

4. Bibliothek für PDF-Erstellung installieren

1
sudo apt install -y wkhtmltopdf

 

Kategorie: IT Schlagwörter: