RE env for inspecting APKs
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

  1. #!/bin/bash
  2. #
  3. printf "\n\nInstalling mobsf framework..\n"
  4. sudo apt install python3.8-venv -y
  5. git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
  6. cd Mobile-Security-Framework-MobSF
  7. ./setup.sh