relab/setup_scripts/install_mobsf.sh
2023-04-05 12:08:32 -06:00

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