Skip to content

pentestguy/MobSF-Automation

Repository files navigation

MobSF Automation with Docker

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.

Prerequisites

Before running the script, ensure you have the following installed:

Setup

  1. Clone the repository:

    git clone https://github.com/pentestguy/MobSF-Automation.git
    cd mob-sf-automation
    
  2. Build the Docker image:

    docker build -t mobsf-automation
    
  3. 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

Use PreBuilt Docker Image

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

RoadMap

  • Add Pipeline YAML file
  • Add Dynamic Analysis for Android Application
  • Add Dynamic Analysis for iOS Application

About

Automation for MobSF designed for CI/CD pipelines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published