fulan0dental / MobSF-Tools

Tools around MobSF security mobile testing solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobSF-Tools

Tools around MobSF security mobile testing solution

MobSF on Mac deployment made easy

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

Prerequisites

First install Ansible with Homebrew. In a terminal type : brew install ansible

How to install

  • Clone the projet MobSF-Tools
  • Open a terminal and go inside the MobSF-Tools/ansible directory.
  • Then type: ansible-playbook -K mac-mobsf.yml

Continuous Integration script

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.

About

Tools around MobSF security mobile testing solution


Languages

Language:Shell 100.0%