github MobSF/Mobile-Security-Framework-MobSF v3.4.0
v3.4.0 Beta

latest releases: v3.9.7, v3.7.6, v3.6.9...
3 years ago

From 3.4.0 onwards MobSF user configuration and data is stored under <user_home_dir>/.MobSF/ . Also instead of mobsf/MobSF/settings.py, please use <user_home_dir>/.MobSF/config.py

You can now install mobsf from pypi https://pypi.org/project/mobsf/ provided you have installed all the requirements in documentation.

Install and Setup

python3 -m venv venv
source venv/bin/activate
pip install mobsf
mobsfdb # migrate database

Run

mobsf 127.0.0.1:8000 # run mobsf

v3.4.0 Beta Changelog

  • Features or Enhancements

    • Android Hardcoded Secrets False Positive Improvement
    • New Android Crypto Rule
    • Rescan Fail-Safe and Code QA
    • Auto Comment for PR and Issues
    • USE_HOME by default
    • Dynamically Display Config Location
  • Bug Fixes

    • Fixed a bug in iOS ATS plist analysis

Don't miss a new Mobile-Security-Framework-MobSF release

NewReleases is sending notifications on new releases.