You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
218 B
15 lines
218 B
#!/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
|
|
|
|
|
|
|