Skip to content

v3.3.5 Beta

Compare
Choose a tag to compare
@ajinabraham ajinabraham released this 22 Mar 00:06
· 363 commits to master since this release

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.3.5 Beta Changelog

  • Bug Fixes
    • Removed Android Shared Library PIE Check
    • Improved Frida Instrumentation Logic to prevent Frida bypass
    • Fixed a False positive in Android Java Random rule
    • Fixed a bug that caused multiple first time saves of the same scan
    • Fixed Dynamic Analyzer JSON Report REST API bug