forked from beau/relab
16 lines
218 B
Bash
Executable File
16 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
|
|
|
|
printf "\n\nInstalling mobsf framework..\n"
|
|
|
|
sudo apt install python3.8-venv -y
|
|
|
|
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
|
|
cd Mobile-Security-Framework-MobSF
|
|
./setup.sh
|
|
|
|
|
|
|