Skip to content

Instantly share code, notes, and snippets.

@smhuda
Created December 14, 2022 12:52
Show Gist options
  • Save smhuda/0e31ad70159d2beaf0462057d3d18ed1 to your computer and use it in GitHub Desktop.
Save smhuda/0e31ad70159d2beaf0462057d3d18ed1 to your computer and use it in GitHub Desktop.
Pulls a MobSF docker image and then runs its (non-persistent)
#!/usr/bin/env bash
sudo bash -c 'docker pull opensecurity/mobile-security-framework-mobsf';
sudo bash -c 'docker run -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment