Created
January 15, 2020 02:34
-
-
Save reintakura/217f789e6430213f45bc7c09f6432144 to your computer and use it in GitHub Desktop.
Installing MobSF on Ubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Repo | |
$ sudo apt get update | |
Install git | |
$ sudo apt install git | |
Install python package | |
$ sudo apt install python3-pip python3-venv python3-pip python3-dev build-essential libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev | |
Install jdk | |
$ sudo apt install default-jre | |
Clone MobSF from github (15/1/2020) | |
$ sudo git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git | |
Chdir to MobSF clone dir | |
$ cd Mobile-Security-Framework-MobSF | |
Run the Setup | |
$ ./setup.sh | |
Run MobSF Service | |
$ ./run.sh | |
Open MobSF Interface in browser | |
http://localhost:8000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment