Tools around MobSF security mobile testing solution
The MobSF Ansible role for Mac simplifies the installation of MobSF. It also transforms it into a service started automatically at user session's start. Apple's developer documentation
First install Ansible with Homebrew. In a terminal type :
brew install ansible
- Clone the projet MobSF-Tools
- Open a terminal and go inside the MobSF-Tools/ansible directory.
- Then type:
ansible-playbook -K mac-mobsf.yml
MobSF provides API for CI.
upload_mobsf.sh is a simple script using this API to help you to integrate MobSF.
Exemple:
upload_mobsf.sh 'https://mymobsf:8000' '7374e14eb76d40672961d93ed3769a2e71b6f852f8d6f483159bce6c9f83f6e7' ./myapp.apk true './'
For security reason, you can ask to MobSF to remove the scan once you have downloaded the report.