/MobileAudit-SAST-Android

Django application that performs SAST and Malware Analysis for Android APKs

MIT LicenseMIT

MobileAudit-SAST-Android

Django application that performs SAST and Malware Analysis for Android APKs

image

image

Installation

Using Docker-compose:

Git the Repositories:

 git clone https://github.com/mpast/mobileAudit.git

Enter the Directory:

   cd mobileAudit

Execute all Files:

   chmod +x *

Now install requirements files:

  pip3 install -r requirements.txt

The provided docker-compose.yml file allows you to run the app locally in development.

  sudo docker-compose build

Then, to start the container, run:

   sudo docker-compose up

Optional: run in detached mode (not see the logs)

   sudo docker-compose up -d