Created
December 14, 2022 12:52
-
-
Save smhuda/0e31ad70159d2beaf0462057d3d18ed1 to your computer and use it in GitHub Desktop.
Pulls a MobSF docker image and then runs its (non-persistent)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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