Skip to content

Commit

Permalink
Updated MObSF to Version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteSnipers committed Jan 25, 2025
1 parent f0f01a9 commit 70df576
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog

### 0.7.47
- CHANGE: Updated MobSF to version 4.3.0

### 0.7.45
- ADDED: mptsec is also available as PIP package

Expand Down
2 changes: 1 addition & 1 deletion mpt/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from mpt import functions

__version__ = '0.7.46'
__version__ = '0.7.47'

from mpt import settings, logger
from mpt.config import Config
Expand Down
4 changes: 2 additions & 2 deletions mpt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
'MobSF': {
# check updates: 'https://github.com/MobSF/Mobile-Security-Framework-MobSF'
# fix dependency in mobSF (remove if not required) -> sed -i \'s/packaging = ">=21\.3,<22\.0"/packaging = ">=24\.2"/\' pyproject.toml
'url': 'https://github.com/MobSF/Mobile-Security-Framework-MobSF/archive/refs/tags/v4.1.3.zip',
'url': 'https://github.com/MobSF/Mobile-Security-Framework-MobSF/archive/refs/tags/v4.3.0.zip',
'info': 'Mobile Security Framework (MobSF)',
'bin': 'cd {}; python -m venv venv; . ./venv/bin/activate; . ./run.sh'.format(os.path.join(conf.load_config('install-dir'), 'MobSF')),
'bin_info': 'Open MobSF in browser: http://127.0.0.1:8000 (Press CTRL+C to quit)',
'dir': 'MobSF',
'install': 'http',
'post': 'mv Mobile-Security-Framework-MobSF-4.1.3 MobSF; cd MobSF; python -m venv venv; . ./venv/bin/activate; pip install poetry; sed -i \'s/packaging = ">=21\.3,<22\.0"/packaging = ">=24\.2"/\' pyproject.toml; . ./setup.sh',
'post': 'mv Mobile-Security-Framework-MobSF-4.3.0 MobSF; cd MobSF; python -m venv venv; . ./venv/bin/activate; pip install poetry; . ./setup.sh',
},

# RMS installation old version
Expand Down

0 comments on commit 70df576

Please sign in to comment.