Skip to content

Releases: mvt-project/mvt

v2.6.0

27 Jan 14:42
dbb80d6
Compare
Choose a tag to compare
v2.6.0 Pre-release
Pre-release

What's Changed

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

New Contributors

Full Changelog: v2.5.4...v2.6.0

v2.5.4

21 Jun 12:57
v2.5.4
cf5cf3b
Compare
Choose a tag to compare

What's Changed

  • Returns empty string when no date in date converter by @Te-k in #493
  • [auto] Update iOS releases and versions by @github-actions in #498
  • Fix dumpsys accessibility detections for v14+ by @roaree in #483
  • [auto] Update iOS releases and versions by @github-actions in #499
  • Prevent command.log from being appended to when run in a loop by @roaree in #501

Full Changelog: v2.5.3...v2.5.4

v2.5.3

19 Apr 15:30
v2.5.3
cbd41b2
Compare
Choose a tag to compare

What's Changed

  • Use backwards-compatible datetime.timezone.utc by @roaree in #488

Full Changelog: v2.5.2...v2.5.3

v2.5.2

18 Apr 14:55
v2.5.2
f1821d1
Compare
Choose a tag to compare

What's Changed

  • Convert timezone-aware datetimes automatically to UTC by @roaree in #485
  • Mark release 2.5.2 by @roaree in #486

Full Changelog: v2.5.1...v2.5.2

v2.5.1

11 Apr 09:17
v2.5.1
7a4946e
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

04 Jan 19:11
v2.5.0
ad3bc34
Compare
Choose a tag to compare

What's Changed

  • [auto] Update iOS releases and versions by @github-actions in #437
  • Impovements for SMS module by @DonnchaC in #438
  • Add uri=True in mvt/ios/modules/base.py by @msx98 in #442
  • Circular reference in SMS module serialization by @roaree in #444
  • dumpsys_accessibility.py: Spell accessibility correctly by @cclauss in #441
  • [auto] Update iOS releases and versions by @github-actions in #439

New Contributors

Full Changelog: v2.4.5...v2.5.0

v2.4.5

11 Dec 10:13
v2.4.5
a1571c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.4...v2.4.5

v2.4.4

04 Dec 16:51
v2.4.4
4a6b483
Compare
Choose a tag to compare

What's Changed

  • Make MVTModule.get_slug() a classmethod by @roaree in #418
  • Allow PR coverage comment to fail if running on a fork by @roaree in #427
  • docker tweaks by @r-tx in #424
  • Automatically add issues to development board by @roaree in #428
  • Open all iOS sqlite3 databases with immutable=1 by @roaree in #430
  • [auto] Update iOS releases and versions by @github-actions in #432

Full Changelog: v2.4.3...v2.4.4

v2.4.3: Fixes several bugs including JSON storage

18 Nov 08:03
v2.4.3
Compare
Choose a tag to compare
  • Fixes multiple bugs in modules and encoding
  • Adds recent iOS versions
  • Improves error messages

v2.4.2

05 Sep 11:06
v2.4.2
c719c4d
Compare
Choose a tag to compare
  • Refactor code to have consistency between different modules
  • Fixes a bug in iOS applications module
  • Adds missing iPhone models