A comprehensive platform for analyzing and security testing mobile applications. This project aims to create a modular alternative to MobSF with easier customization and extensibility.
Warning
This project is in active development and has not been thoroughly tested. Use at your own risk.
- Pluggable architecture with independent analysis modules
- Real-time module status monitoring
- Support for custom module implementations
- Test app from the web using dockered android
- Support Frida scripts and Traffic view
- Docker is required. To install docker, please follow these instructions.
- Clone the repository:
git clone https://github.com/Stormtrooperroman/MobSec.git- Run docker compose:
cd MobSec
docker compose up -d --build- Open the web interface in your browser:
http://127.0.0.1/SwaggerUI is available at:
http://127.0.0.1:8000/docs







