mobsf-automation
Automated MobSF integration for APK uploads, scans, and reports. Ideal for CI/CD.
1.3K
Automated integration with Mobile Security Framework (MobSF) using Docker, enabling APK file uploads, scan triggering, and report fetching. Ideal for CI/CD pipelines and mobile application security testing.
Make sure to run the MOBSF
docker run -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest
How to Use:
Pull the Docker Image:
docker pull p3nt3stguy/mobsf-automation:latest
Run the Docker Container:
Replace YOUR_API_KEY and YOUR_API_URL with your MobSF credentials and 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
Replace your_app.apk with the path to your APK file.
Output:
JSON Report: mob_sf_report.json in the /output directory. PDF Report: mob_sf_report.pdf in the /output directory.
Content type
Image
Digest
sha256:8b9f1b860…
Size
42.3 MB
Last updated
2 months ago
docker pull p3nt3stguy/mobsf-automation