Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hongsolo9/d1d7def53c872704e8f1bf7f48562452 to your computer and use it in GitHub Desktop.
Save hongsolo9/d1d7def53c872704e8f1bf7f48562452 to your computer and use it in GitHub Desktop.
Setup mobsf on Mojave with python 3.9
Dec 5, 2020
Issue: Currently mobsf installation breaks because of python 3_9 with module lief.
Solution: For the time being, downgrade to python 3.8 and run the setup.sh file for mobsf
If you have python 3.9 installed via homebrew, run the following on cli to downgrade to python 3.8
$ brew unlink python@3.9
$ brew unlink python@3.8
$ brew link python@3.8
$ cd mobsf
$ ./setup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment