Global Vigil tonight - honwhitehat/personal-toolbox-public GitHub Wiki


type: resource tags: [resource, mobile, mobsf, android, ios] created: 2025-08-12

Pastor ark Anthornyt

URLs

Why I saved it

All-in-one static/dynamic analysis for Android (APK/AAB) and iOS (IPA), with quick reports and useful findings.

#public

Typical flow

  1. Start MobSF (Docker or local).
  2. Open the web UI on http://localhost:8000.
  3. Drag & drop an APK/IPA to run static analysis.
  4. Review findings (permissions, hardcoded secrets, exported components, etc.).
  5. Export the report for notes or client delivery.

Quick start (check docs for exact commands)

  • Docker (recommended):
    • Pull the official image per docs.
    • Run mapped to port 8000; persist data with a local volume.
  • Local run (Python):
    • Clone repo → create venv → install requirements → run the server.

Tips

  • Sign or repackage as needed for dynamic tests.
  • Keep test samples and reports under version control (private).
  • Sanitize reports before publishing anything publicly.

publish: true

⚠️ **GitHub.com Fallback** ⚠️