This repository contains a script to automate the integration with Mobile Security Framework (MobSF) using Docker. The script allows you to upload an APK file to MobSF, trigger a scan, and fetch JSON and PDF reports.
Before running the script, ensure you have the following installed:
- Docker: Install Docker on your system. Docker Installation Guide
- Git: Install Git for version control. Git Installation Guide
- Pull and Run MobSF
docker run -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest
-
Clone the repository:
git clone https://github.com/pentestguy/MobSF-Automation.git cd mob-sf-automation
-
Build the Docker image:
docker build -t mobsf-automation
-
Run
docker run --rm -v ${PWD}:/apk -v ${PWD}/output:/output mobsf-automation /apk/your_app.apk --api-key YOUR_API_KEY --api-url YOUR_API_URL
docker run --rm -v ${PWD}:/apk -v ${PWD}/output:/output p3nt3stguy/mobsf-automation:latest /apk/your_app.apk --api-key YOUR_API_KEY --api-url YOUR_API_URL
- Add Pipeline YAML file
- Add Dynamic Analysis for Android Application
- Add Dynamic Analysis for iOS Application