MobSF

Prebuilt Docker image from DockerHub

The latest prebuilt image from DockerHub.

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

Then access to http://127.0.0.1:8000/

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

Then access to http://127.0.0.1:8000/

Last updated