MobSF
Prebuilt Docker image from DockerHub
Dynamic Analysis is not supported with Docker
Last Version
#With Persistence
sudo docker run -it --rm --name mobsf -p 8000:8000 -v ~/MobSFlocal:/root/.MobSF opensecurity/mobile-security-framework-mobsf:latest
#Without Persistence
sudo docker run -it --rm --name mobsf -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest
Specific Version
#With Persistence
sudo docker run -it --rm --name mobsf -p 8000:8000 -v ~/MobSFlocal:/root/.MobSF opensecurity/mobile-security-framework-mobsf:v3.4.3
Last updated