Mvt

Latest version: v2.6.0

Safety actively analyzes 702335 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.6.0

What's Changed
* Fixes for failing CI by roaree in https://github.com/mvt-project/mvt/pull/507
* Add packages module for androidqf by roaree in https://github.com/mvt-project/mvt/pull/506
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/514
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/521
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/532
* Run black linter on pull requests by DonnchaC in https://github.com/mvt-project/mvt/pull/543
* Docker improvements (multistage builds, separate os images, and more) by scribblemaniac in https://github.com/mvt-project/mvt/pull/509
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/549
* Configure project to use pyproject.toml and consistent CI and test tooling by DonnchaC in https://github.com/mvt-project/mvt/pull/544
* Update deprecated functions and other small changes by besendorf in https://github.com/mvt-project/mvt/pull/533
* Also search for STIX2 files in directories in MVT_STIX2 by besendorf in https://github.com/mvt-project/mvt/pull/527
* Improves STIX2 support and testing by Te-k in https://github.com/mvt-project/mvt/pull/523
* Fixes a bug in Android SMS parsing 526 by Te-k in https://github.com/mvt-project/mvt/pull/530
* Fix CI badge by DonnchaC in https://github.com/mvt-project/mvt/pull/552
* Adds recovery of sqlite db when db is opened by Te-k in https://github.com/mvt-project/mvt/pull/516
* Fixes a minor bug in IOC import by Te-k in https://github.com/mvt-project/mvt/pull/553
* Adds timeout to update checks by Te-k in https://github.com/mvt-project/mvt/pull/542
* Refactor CLI help messages to make the CLI code more readable and maintainable. by DonnchaC in https://github.com/mvt-project/mvt/pull/554
* Fix error reporting for update check failures by DonnchaC in https://github.com/mvt-project/mvt/pull/555
* Add basic support for IP indicators in MVT by DonnchaC in https://github.com/mvt-project/mvt/pull/556
* Adds androidqf files module by Te-k in https://github.com/mvt-project/mvt/pull/541
* Add initial parser for ADB state in Dumpsys by DonnchaC in https://github.com/mvt-project/mvt/pull/547
* Add support for check APK certificate hash IOCs by DonnchaC in https://github.com/mvt-project/mvt/pull/557
* Fix crash when handling empty adb key list by DonnchaC in https://github.com/mvt-project/mvt/pull/558
* Add workflow for building Docker image by DonnchaC in https://github.com/mvt-project/mvt/pull/559
* Fix action which updates iOS verisons and build numbers by DonnchaC in https://github.com/mvt-project/mvt/pull/560
* Build Docker image on release rather than on branch by DonnchaC in https://github.com/mvt-project/mvt/pull/561
* Improve Docker image building and add Docker info to docs by DonnchaC in https://github.com/mvt-project/mvt/pull/562
* Add additional detections for suspicious packages by DonnchaC in https://github.com/mvt-project/mvt/pull/563
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/569
* Fix error to due extra equal character in Files detection by DonnchaC in https://github.com/mvt-project/mvt/pull/570
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/572
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/583
* Update MVT contributor guidelines by DonnchaC in https://github.com/mvt-project/mvt/pull/584
* Reorganize code in iOS app module by Te-k in https://github.com/mvt-project/mvt/pull/586
* Add a module to parse uninstalled apps from dumpsys data by DonnchaC in https://github.com/mvt-project/mvt/pull/587
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/595
* Fixes a bug on recent phones not having WIFI column in net usage by Te-k in https://github.com/mvt-project/mvt/pull/580
* Autofix for ruff by roaree in https://github.com/mvt-project/mvt/pull/598
* Add command completion docs by nimrod-a in https://github.com/mvt-project/mvt/pull/597
* Documentation tweaks by roaree in https://github.com/mvt-project/mvt/pull/599

New Contributors
* scribblemaniac made their first contribution in https://github.com/mvt-project/mvt/pull/509
* nimrod-a made their first contribution in https://github.com/mvt-project/mvt/pull/597

**Full Changelog**: https://github.com/mvt-project/mvt/compare/v2.5.4...v2.6.0

2.5.4

What's Changed
* Returns empty string when no date in date converter by Te-k in https://github.com/mvt-project/mvt/pull/493
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/498
* Fix dumpsys accessibility detections for v14+ by roaree in https://github.com/mvt-project/mvt/pull/483
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/499
* Prevent command.log from being appended to when run in a loop by roaree in https://github.com/mvt-project/mvt/pull/501

**Full Changelog**: https://github.com/mvt-project/mvt/compare/v2.5.3...v2.5.4

2.5.3

What's Changed
* Use backwards-compatible datetime.timezone.utc by roaree in https://github.com/mvt-project/mvt/pull/488

**Full Changelog**: https://github.com/mvt-project/mvt/compare/v2.5.2...v2.5.3

2.5.2

What's Changed
* Convert timezone-aware datetimes automatically to UTC by roaree in https://github.com/mvt-project/mvt/pull/485
* Mark release 2.5.2 by roaree in https://github.com/mvt-project/mvt/pull/486


**Full Changelog**: https://github.com/mvt-project/mvt/compare/v2.5.1...v2.5.2

2.5.1

What's Changed
* change virustotal flag to -V by r-tx in https://github.com/mvt-project/mvt/pull/440
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/451
* Update install docs by roaree in https://github.com/mvt-project/mvt/pull/449
* Handle no indicators provided in `sms_attachments.py` by roaree in https://github.com/mvt-project/mvt/pull/455
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/460
* Update install.md by danydin in https://github.com/mvt-project/mvt/pull/461
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/468
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/472
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/473
* Usbmuxd debug option changed from -d to -v by renini in https://github.com/mvt-project/mvt/pull/464
* Add docs explaining how to seek expert help for forensic analysis by DonnchaC in https://github.com/mvt-project/mvt/pull/476
* add short urls by r-tx in https://github.com/mvt-project/mvt/pull/479
* Mark release 2.5.1 by DonnchaC in https://github.com/mvt-project/mvt/pull/481

New Contributors
* danydin made their first contribution in https://github.com/mvt-project/mvt/pull/461
* renini made their first contribution in https://github.com/mvt-project/mvt/pull/464

**Full Changelog**: https://github.com/mvt-project/mvt/compare/v2.5.0...v2.5.1

2.5.0

What's Changed
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/437
* Impovements for SMS module by DonnchaC in https://github.com/mvt-project/mvt/pull/438
* Add `uri=True` in mvt/ios/modules/base.py by msx98 in https://github.com/mvt-project/mvt/pull/442
* Circular reference in SMS module serialization by roaree in https://github.com/mvt-project/mvt/pull/444
* dumpsys_accessibility.py: Spell accessibility correctly by cclauss in https://github.com/mvt-project/mvt/pull/441
* [auto] Update iOS releases and versions by github-actions in https://github.com/mvt-project/mvt/pull/439

New Contributors
* msx98 made their first contribution in https://github.com/mvt-project/mvt/pull/442

**Full Changelog**: https://github.com/mvt-project/mvt/compare/v2.4.5...v2.5.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.