From 81ed0b0c1920216380a2a44d7d1d3085e506e454 Mon Sep 17 00:00:00 2001 From: tek Date: Wed, 8 Feb 2023 20:18:16 +0100 Subject: [PATCH] Update copyright information --- mvt/__init__.py | 2 +- mvt/android/__init__.py | 2 +- mvt/android/cli.py | 2 +- mvt/android/cmd_check_adb.py | 2 +- mvt/android/cmd_check_androidqf.py | 2 +- mvt/android/cmd_check_backup.py | 2 +- mvt/android/cmd_check_bugreport.py | 2 +- mvt/android/cmd_download_apks.py | 2 +- mvt/android/modules/__init__.py | 2 +- mvt/android/modules/adb/__init__.py | 2 +- mvt/android/modules/adb/base.py | 2 +- mvt/android/modules/adb/chrome_history.py | 2 +- mvt/android/modules/adb/dumpsys_accessibility.py | 2 +- mvt/android/modules/adb/dumpsys_activities.py | 2 +- mvt/android/modules/adb/dumpsys_appops.py | 2 +- mvt/android/modules/adb/dumpsys_battery_daily.py | 2 +- mvt/android/modules/adb/dumpsys_battery_history.py | 2 +- mvt/android/modules/adb/dumpsys_dbinfo.py | 2 +- mvt/android/modules/adb/dumpsys_full.py | 2 +- mvt/android/modules/adb/dumpsys_receivers.py | 2 +- mvt/android/modules/adb/files.py | 2 +- mvt/android/modules/adb/getprop.py | 2 +- mvt/android/modules/adb/logcat.py | 2 +- mvt/android/modules/adb/packages.py | 2 +- mvt/android/modules/adb/processes.py | 2 +- mvt/android/modules/adb/root_binaries.py | 2 +- mvt/android/modules/adb/selinux_status.py | 2 +- mvt/android/modules/adb/settings.py | 2 +- mvt/android/modules/adb/sms.py | 2 +- mvt/android/modules/adb/whatsapp.py | 2 +- mvt/android/modules/androidqf/__init__.py | 2 +- mvt/android/modules/androidqf/base.py | 2 +- mvt/android/modules/androidqf/dumpsys_accessibility.py | 2 +- mvt/android/modules/androidqf/dumpsys_activities.py | 2 +- mvt/android/modules/androidqf/dumpsys_appops.py | 2 +- mvt/android/modules/androidqf/dumpsys_packages.py | 2 +- mvt/android/modules/androidqf/dumpsys_receivers.py | 2 +- mvt/android/modules/androidqf/getprop.py | 2 +- mvt/android/modules/androidqf/processes.py | 2 +- mvt/android/modules/androidqf/settings.py | 2 +- mvt/android/modules/androidqf/sms.py | 2 +- mvt/android/modules/backup/__init__.py | 2 +- mvt/android/modules/backup/base.py | 2 +- mvt/android/modules/backup/sms.py | 2 +- mvt/android/modules/bugreport/__init__.py | 2 +- mvt/android/modules/bugreport/accessibility.py | 2 +- mvt/android/modules/bugreport/activities.py | 2 +- mvt/android/modules/bugreport/appops.py | 2 +- mvt/android/modules/bugreport/base.py | 2 +- mvt/android/modules/bugreport/battery_daily.py | 2 +- mvt/android/modules/bugreport/battery_history.py | 2 +- mvt/android/modules/bugreport/dbinfo.py | 2 +- mvt/android/modules/bugreport/getprop.py | 2 +- mvt/android/modules/bugreport/packages.py | 2 +- mvt/android/modules/bugreport/receivers.py | 2 +- mvt/android/parsers/__init__.py | 2 +- mvt/android/parsers/backup.py | 2 +- mvt/android/parsers/dumpsys.py | 2 +- mvt/android/parsers/getprop.py | 2 +- mvt/common/__init__.py | 2 +- mvt/common/cmd_check_iocs.py | 2 +- mvt/common/command.py | 2 +- mvt/common/help.py | 2 +- mvt/common/indicators.py | 2 +- mvt/common/logo.py | 2 +- mvt/common/module.py | 2 +- mvt/common/options.py | 2 +- mvt/common/updates.py | 2 +- mvt/common/url.py | 2 +- mvt/common/utils.py | 2 +- mvt/common/version.py | 2 +- mvt/common/virustotal.py | 2 +- mvt/ios/__init__.py | 2 +- mvt/ios/cli.py | 2 +- mvt/ios/cmd_check_backup.py | 2 +- mvt/ios/cmd_check_fs.py | 2 +- mvt/ios/decrypt.py | 2 +- mvt/ios/modules/__init__.py | 2 +- mvt/ios/modules/backup/__init__.py | 2 +- mvt/ios/modules/backup/backup_info.py | 2 +- mvt/ios/modules/backup/configuration_profiles.py | 2 +- mvt/ios/modules/backup/manifest.py | 2 +- mvt/ios/modules/backup/profile_events.py | 2 +- mvt/ios/modules/base.py | 3 +-- mvt/ios/modules/fs/__init__.py | 2 +- mvt/ios/modules/fs/analytics.py | 2 +- mvt/ios/modules/fs/analytics_ios_versions.py | 2 +- mvt/ios/modules/fs/cache_files.py | 2 +- mvt/ios/modules/fs/filesystem.py | 2 +- mvt/ios/modules/fs/net_netusage.py | 2 +- mvt/ios/modules/fs/safari_favicon.py | 2 +- mvt/ios/modules/fs/shutdownlog.py | 2 +- mvt/ios/modules/fs/version_history.py | 2 +- mvt/ios/modules/fs/webkit_base.py | 2 +- mvt/ios/modules/fs/webkit_indexeddb.py | 2 +- mvt/ios/modules/fs/webkit_localstorage.py | 2 +- mvt/ios/modules/fs/webkit_safariviewservice.py | 2 +- mvt/ios/modules/mixed/__init__.py | 2 +- mvt/ios/modules/mixed/calls.py | 2 +- mvt/ios/modules/mixed/chrome_favicon.py | 2 +- mvt/ios/modules/mixed/chrome_history.py | 2 +- mvt/ios/modules/mixed/contacts.py | 2 +- mvt/ios/modules/mixed/firefox_favicon.py | 2 +- mvt/ios/modules/mixed/firefox_history.py | 2 +- mvt/ios/modules/mixed/idstatuscache.py | 2 +- mvt/ios/modules/mixed/interactionc.py | 2 +- mvt/ios/modules/mixed/locationd.py | 2 +- mvt/ios/modules/mixed/net_datausage.py | 2 +- mvt/ios/modules/mixed/osanalytics_addaily.py | 2 +- mvt/ios/modules/mixed/safari_browserstate.py | 2 +- mvt/ios/modules/mixed/safari_history.py | 2 +- mvt/ios/modules/mixed/shortcuts.py | 2 +- mvt/ios/modules/mixed/sms.py | 2 +- mvt/ios/modules/mixed/sms_attachments.py | 2 +- mvt/ios/modules/mixed/tcc.py | 2 +- mvt/ios/modules/mixed/webkit_resource_load_statistics.py | 2 +- mvt/ios/modules/mixed/webkit_session_resource_log.py | 2 +- mvt/ios/modules/mixed/whatsapp.py | 2 +- mvt/ios/modules/net_base.py | 2 +- mvt/ios/versions.py | 2 +- setup.py | 2 +- tests/__init__.py | 5 +++++ tests/android/__init__.py | 5 +++++ tests/android/test_backup_module.py | 2 +- tests/android/test_backup_parser.py | 2 +- tests/android/test_bugreport.py | 2 +- tests/android/test_dumpsys_parser.py | 2 +- tests/android_androidqf/__init__.py | 5 +++++ tests/android_androidqf/test_dumpsysaccessbility.py | 2 +- tests/android_androidqf/test_dumpsysappops.py | 2 +- tests/android_androidqf/test_dumpsyspackages.py | 2 +- tests/android_androidqf/test_dumpsysreceivers.py | 2 +- tests/android_androidqf/test_getprop.py | 2 +- tests/android_androidqf/test_processes.py | 2 +- tests/android_androidqf/test_settings.py | 2 +- tests/android_androidqf/test_sms.py | 2 +- tests/artifacts/generate_stix.py | 2 +- tests/common/__init__.py | 5 +++++ tests/common/test_date_conversions.py | 2 +- tests/common/test_indicators.py | 2 +- tests/conftest.py | 2 +- tests/ios_backup/__init__.py | 5 +++++ tests/ios_backup/test_backup_info.py | 2 +- tests/ios_backup/test_datausage.py | 2 +- tests/ios_backup/test_manifest.py | 2 +- tests/ios_backup/test_safari_browserstate.py | 2 +- tests/ios_backup/test_sms.py | 2 +- tests/ios_backup/test_tcc.py | 2 +- tests/ios_backup/test_webkit_resource_load_statistics.py | 2 +- tests/ios_fs/__init__.py | 5 +++++ tests/ios_fs/test_filesystem.py | 2 +- tests/test_check_android_androidqf.py | 2 +- tests/test_check_android_bugreport.py | 2 +- tests/test_check_ios_backup.py | 2 +- tests/utils.py | 2 +- 155 files changed, 179 insertions(+), 150 deletions(-) diff --git a/mvt/__init__.py b/mvt/__init__.py index 0e4a492..9968a57 100644 --- a/mvt/__init__.py +++ b/mvt/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/__init__.py b/mvt/android/__init__.py index 24eb23d..73dc627 100644 --- a/mvt/android/__init__.py +++ b/mvt/android/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/cli.py b/mvt/android/cli.py index 49bec62..5d76d61 100644 --- a/mvt/android/cli.py +++ b/mvt/android/cli.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/cmd_check_adb.py b/mvt/android/cmd_check_adb.py index 9fb161f..e873ba0 100644 --- a/mvt/android/cmd_check_adb.py +++ b/mvt/android/cmd_check_adb.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/cmd_check_androidqf.py b/mvt/android/cmd_check_androidqf.py index 633f973..6e6bc0e 100644 --- a/mvt/android/cmd_check_androidqf.py +++ b/mvt/android/cmd_check_androidqf.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/cmd_check_backup.py b/mvt/android/cmd_check_backup.py index 3325cdf..86a90d1 100644 --- a/mvt/android/cmd_check_backup.py +++ b/mvt/android/cmd_check_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/cmd_check_bugreport.py b/mvt/android/cmd_check_bugreport.py index c3ff5c9..38a9d99 100644 --- a/mvt/android/cmd_check_bugreport.py +++ b/mvt/android/cmd_check_bugreport.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/cmd_download_apks.py b/mvt/android/cmd_download_apks.py index 0174455..d32dcfd 100644 --- a/mvt/android/cmd_download_apks.py +++ b/mvt/android/cmd_download_apks.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/__init__.py b/mvt/android/modules/__init__.py index 0e4a492..9968a57 100644 --- a/mvt/android/modules/__init__.py +++ b/mvt/android/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/__init__.py b/mvt/android/modules/adb/__init__.py index 7d5be65..c9e65e0 100644 --- a/mvt/android/modules/adb/__init__.py +++ b/mvt/android/modules/adb/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/base.py b/mvt/android/modules/adb/base.py index 61d6518..017a9b6 100644 --- a/mvt/android/modules/adb/base.py +++ b/mvt/android/modules/adb/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/chrome_history.py b/mvt/android/modules/adb/chrome_history.py index 973628a..7d0a437 100644 --- a/mvt/android/modules/adb/chrome_history.py +++ b/mvt/android/modules/adb/chrome_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_accessibility.py b/mvt/android/modules/adb/dumpsys_accessibility.py index 7eb993f..1c6337c 100644 --- a/mvt/android/modules/adb/dumpsys_accessibility.py +++ b/mvt/android/modules/adb/dumpsys_accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_activities.py b/mvt/android/modules/adb/dumpsys_activities.py index e27c6e4..6919991 100644 --- a/mvt/android/modules/adb/dumpsys_activities.py +++ b/mvt/android/modules/adb/dumpsys_activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_appops.py b/mvt/android/modules/adb/dumpsys_appops.py index a268623..3ce43df 100644 --- a/mvt/android/modules/adb/dumpsys_appops.py +++ b/mvt/android/modules/adb/dumpsys_appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_battery_daily.py b/mvt/android/modules/adb/dumpsys_battery_daily.py index 42ed9a0..28b9100 100644 --- a/mvt/android/modules/adb/dumpsys_battery_daily.py +++ b/mvt/android/modules/adb/dumpsys_battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_battery_history.py b/mvt/android/modules/adb/dumpsys_battery_history.py index 73c4129..9ed77d9 100644 --- a/mvt/android/modules/adb/dumpsys_battery_history.py +++ b/mvt/android/modules/adb/dumpsys_battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_dbinfo.py b/mvt/android/modules/adb/dumpsys_dbinfo.py index 8a01da8..01c0561 100644 --- a/mvt/android/modules/adb/dumpsys_dbinfo.py +++ b/mvt/android/modules/adb/dumpsys_dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_full.py b/mvt/android/modules/adb/dumpsys_full.py index 2275be4..2e2064b 100644 --- a/mvt/android/modules/adb/dumpsys_full.py +++ b/mvt/android/modules/adb/dumpsys_full.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_receivers.py b/mvt/android/modules/adb/dumpsys_receivers.py index e97766e..447df3d 100644 --- a/mvt/android/modules/adb/dumpsys_receivers.py +++ b/mvt/android/modules/adb/dumpsys_receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/files.py b/mvt/android/modules/adb/files.py index cae821b..5c98c46 100644 --- a/mvt/android/modules/adb/files.py +++ b/mvt/android/modules/adb/files.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/getprop.py b/mvt/android/modules/adb/getprop.py index 59cac29..d603dd0 100644 --- a/mvt/android/modules/adb/getprop.py +++ b/mvt/android/modules/adb/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/logcat.py b/mvt/android/modules/adb/logcat.py index 86bd2cc..5ce46e9 100644 --- a/mvt/android/modules/adb/logcat.py +++ b/mvt/android/modules/adb/logcat.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/packages.py b/mvt/android/modules/adb/packages.py index 2b01be1..5012f43 100644 --- a/mvt/android/modules/adb/packages.py +++ b/mvt/android/modules/adb/packages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/processes.py b/mvt/android/modules/adb/processes.py index ea92442..10cb1be 100644 --- a/mvt/android/modules/adb/processes.py +++ b/mvt/android/modules/adb/processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/root_binaries.py b/mvt/android/modules/adb/root_binaries.py index 33db700..4629328 100644 --- a/mvt/android/modules/adb/root_binaries.py +++ b/mvt/android/modules/adb/root_binaries.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/selinux_status.py b/mvt/android/modules/adb/selinux_status.py index d19f7ba..6c51e0b 100644 --- a/mvt/android/modules/adb/selinux_status.py +++ b/mvt/android/modules/adb/selinux_status.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/settings.py b/mvt/android/modules/adb/settings.py index 215c47a..60439d9 100644 --- a/mvt/android/modules/adb/settings.py +++ b/mvt/android/modules/adb/settings.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/sms.py b/mvt/android/modules/adb/sms.py index c793d33..8b82047 100644 --- a/mvt/android/modules/adb/sms.py +++ b/mvt/android/modules/adb/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/whatsapp.py b/mvt/android/modules/adb/whatsapp.py index 1ef1319..e0de1ae 100644 --- a/mvt/android/modules/adb/whatsapp.py +++ b/mvt/android/modules/adb/whatsapp.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/__init__.py b/mvt/android/modules/androidqf/__init__.py index aad94c3..568382e 100644 --- a/mvt/android/modules/androidqf/__init__.py +++ b/mvt/android/modules/androidqf/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/base.py b/mvt/android/modules/androidqf/base.py index 6d685ab..13f65c4 100644 --- a/mvt/android/modules/androidqf/base.py +++ b/mvt/android/modules/androidqf/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/dumpsys_accessibility.py b/mvt/android/modules/androidqf/dumpsys_accessibility.py index d78b777..48da869 100644 --- a/mvt/android/modules/androidqf/dumpsys_accessibility.py +++ b/mvt/android/modules/androidqf/dumpsys_accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/dumpsys_activities.py b/mvt/android/modules/androidqf/dumpsys_activities.py index 76f30cf..104c228 100644 --- a/mvt/android/modules/androidqf/dumpsys_activities.py +++ b/mvt/android/modules/androidqf/dumpsys_activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/dumpsys_appops.py b/mvt/android/modules/androidqf/dumpsys_appops.py index 9177034..26dc889 100644 --- a/mvt/android/modules/androidqf/dumpsys_appops.py +++ b/mvt/android/modules/androidqf/dumpsys_appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/dumpsys_packages.py b/mvt/android/modules/androidqf/dumpsys_packages.py index 76d909d..4aa092f 100644 --- a/mvt/android/modules/androidqf/dumpsys_packages.py +++ b/mvt/android/modules/androidqf/dumpsys_packages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/dumpsys_receivers.py b/mvt/android/modules/androidqf/dumpsys_receivers.py index 009f979..05001ee 100644 --- a/mvt/android/modules/androidqf/dumpsys_receivers.py +++ b/mvt/android/modules/androidqf/dumpsys_receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/getprop.py b/mvt/android/modules/androidqf/getprop.py index 9a500b7..988e2a7 100644 --- a/mvt/android/modules/androidqf/getprop.py +++ b/mvt/android/modules/androidqf/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/processes.py b/mvt/android/modules/androidqf/processes.py index 14b4d80..fb879ae 100644 --- a/mvt/android/modules/androidqf/processes.py +++ b/mvt/android/modules/androidqf/processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/settings.py b/mvt/android/modules/androidqf/settings.py index bcb1e11..17756e7 100644 --- a/mvt/android/modules/androidqf/settings.py +++ b/mvt/android/modules/androidqf/settings.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/androidqf/sms.py b/mvt/android/modules/androidqf/sms.py index fdaf669..ee60e8e 100644 --- a/mvt/android/modules/androidqf/sms.py +++ b/mvt/android/modules/androidqf/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) - Private -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # This file is part of MVT Private and its content is confidential. # Please refer to the project maintainers before sharing with others. diff --git a/mvt/android/modules/backup/__init__.py b/mvt/android/modules/backup/__init__.py index e46fcc9..57d6000 100644 --- a/mvt/android/modules/backup/__init__.py +++ b/mvt/android/modules/backup/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/backup/base.py b/mvt/android/modules/backup/base.py index 3713cc2..da7ab61 100644 --- a/mvt/android/modules/backup/base.py +++ b/mvt/android/modules/backup/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/backup/sms.py b/mvt/android/modules/backup/sms.py index e848831..0ccd0cd 100644 --- a/mvt/android/modules/backup/sms.py +++ b/mvt/android/modules/backup/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/__init__.py b/mvt/android/modules/bugreport/__init__.py index 6c1625a..2a30aef 100644 --- a/mvt/android/modules/bugreport/__init__.py +++ b/mvt/android/modules/bugreport/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/accessibility.py b/mvt/android/modules/bugreport/accessibility.py index e946746..cb906b9 100644 --- a/mvt/android/modules/bugreport/accessibility.py +++ b/mvt/android/modules/bugreport/accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/activities.py b/mvt/android/modules/bugreport/activities.py index 6b2ab60..60e7f53 100644 --- a/mvt/android/modules/bugreport/activities.py +++ b/mvt/android/modules/bugreport/activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/appops.py b/mvt/android/modules/bugreport/appops.py index 9dd9a0e..23838d0 100644 --- a/mvt/android/modules/bugreport/appops.py +++ b/mvt/android/modules/bugreport/appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/base.py b/mvt/android/modules/bugreport/base.py index 3fe5318..221dd99 100644 --- a/mvt/android/modules/bugreport/base.py +++ b/mvt/android/modules/bugreport/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # See the file 'LICENSE' for usage and copying permissions, or find a copy at # https://github.com/mvt-project/mvt/blob/main/LICENSE diff --git a/mvt/android/modules/bugreport/battery_daily.py b/mvt/android/modules/bugreport/battery_daily.py index 4f71293..8b381f5 100644 --- a/mvt/android/modules/bugreport/battery_daily.py +++ b/mvt/android/modules/bugreport/battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/battery_history.py b/mvt/android/modules/bugreport/battery_history.py index 964a63e..d9d4035 100644 --- a/mvt/android/modules/bugreport/battery_history.py +++ b/mvt/android/modules/bugreport/battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/dbinfo.py b/mvt/android/modules/bugreport/dbinfo.py index 337ad2a..b3b1b94 100644 --- a/mvt/android/modules/bugreport/dbinfo.py +++ b/mvt/android/modules/bugreport/dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/getprop.py b/mvt/android/modules/bugreport/getprop.py index fd0d431..380312a 100644 --- a/mvt/android/modules/bugreport/getprop.py +++ b/mvt/android/modules/bugreport/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/packages.py b/mvt/android/modules/bugreport/packages.py index b722430..442d76c 100644 --- a/mvt/android/modules/bugreport/packages.py +++ b/mvt/android/modules/bugreport/packages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/receivers.py b/mvt/android/modules/bugreport/receivers.py index ca12a72..4d1ece0 100644 --- a/mvt/android/modules/bugreport/receivers.py +++ b/mvt/android/modules/bugreport/receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/__init__.py b/mvt/android/parsers/__init__.py index ca9b238..b83e0c7 100644 --- a/mvt/android/parsers/__init__.py +++ b/mvt/android/parsers/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/backup.py b/mvt/android/parsers/backup.py index 55088c6..b07a281 100644 --- a/mvt/android/parsers/backup.py +++ b/mvt/android/parsers/backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/dumpsys.py b/mvt/android/parsers/dumpsys.py index ac8d3fd..3968ed3 100644 --- a/mvt/android/parsers/dumpsys.py +++ b/mvt/android/parsers/dumpsys.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/getprop.py b/mvt/android/parsers/getprop.py index c6ee4c0..0e3857e 100644 --- a/mvt/android/parsers/getprop.py +++ b/mvt/android/parsers/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/__init__.py b/mvt/common/__init__.py index 0e4a492..9968a57 100644 --- a/mvt/common/__init__.py +++ b/mvt/common/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/cmd_check_iocs.py b/mvt/common/cmd_check_iocs.py index cd31996..0277291 100644 --- a/mvt/common/cmd_check_iocs.py +++ b/mvt/common/cmd_check_iocs.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/command.py b/mvt/common/command.py index a645cd7..966ff97 100644 --- a/mvt/common/command.py +++ b/mvt/common/command.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/help.py b/mvt/common/help.py index 2b96a54..1945fa3 100644 --- a/mvt/common/help.py +++ b/mvt/common/help.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/indicators.py b/mvt/common/indicators.py index 72e4be0..87dae68 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/logo.py b/mvt/common/logo.py index 506b0d4..dbfe7ad 100644 --- a/mvt/common/logo.py +++ b/mvt/common/logo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/module.py b/mvt/common/module.py index 969f919..46bcc00 100644 --- a/mvt/common/module.py +++ b/mvt/common/module.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/options.py b/mvt/common/options.py index 07d3f65..b5cfb24 100644 --- a/mvt/common/options.py +++ b/mvt/common/options.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/updates.py b/mvt/common/updates.py index 8aa3e7e..8617249 100644 --- a/mvt/common/updates.py +++ b/mvt/common/updates.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/url.py b/mvt/common/url.py index abb8a91..85ba1d9 100644 --- a/mvt/common/url.py +++ b/mvt/common/url.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/utils.py b/mvt/common/utils.py index d152cca..8fdeb76 100644 --- a/mvt/common/utils.py +++ b/mvt/common/utils.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/version.py b/mvt/common/version.py index 3f4532e..34a6a00 100644 --- a/mvt/common/version.py +++ b/mvt/common/version.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/virustotal.py b/mvt/common/virustotal.py index abea244..ec09122 100644 --- a/mvt/common/virustotal.py +++ b/mvt/common/virustotal.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/__init__.py b/mvt/ios/__init__.py index 24eb23d..73dc627 100644 --- a/mvt/ios/__init__.py +++ b/mvt/ios/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/cli.py b/mvt/ios/cli.py index 58e9c2f..1efb7a7 100644 --- a/mvt/ios/cli.py +++ b/mvt/ios/cli.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/cmd_check_backup.py b/mvt/ios/cmd_check_backup.py index 3e69116..4627f3d 100644 --- a/mvt/ios/cmd_check_backup.py +++ b/mvt/ios/cmd_check_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/cmd_check_fs.py b/mvt/ios/cmd_check_fs.py index f5a84d2..2204287 100644 --- a/mvt/ios/cmd_check_fs.py +++ b/mvt/ios/cmd_check_fs.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/decrypt.py b/mvt/ios/decrypt.py index 12d9f3e..07629ef 100644 --- a/mvt/ios/decrypt.py +++ b/mvt/ios/decrypt.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/__init__.py b/mvt/ios/modules/__init__.py index 0e4a492..9968a57 100644 --- a/mvt/ios/modules/__init__.py +++ b/mvt/ios/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/__init__.py b/mvt/ios/modules/backup/__init__.py index 9ecf8dd..f7e58b6 100644 --- a/mvt/ios/modules/backup/__init__.py +++ b/mvt/ios/modules/backup/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/backup_info.py b/mvt/ios/modules/backup/backup_info.py index 38c39fb..02ef5eb 100644 --- a/mvt/ios/modules/backup/backup_info.py +++ b/mvt/ios/modules/backup/backup_info.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/configuration_profiles.py b/mvt/ios/modules/backup/configuration_profiles.py index c381204..d0497e5 100644 --- a/mvt/ios/modules/backup/configuration_profiles.py +++ b/mvt/ios/modules/backup/configuration_profiles.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/manifest.py b/mvt/ios/modules/backup/manifest.py index 7222670..5c4b5ea 100644 --- a/mvt/ios/modules/backup/manifest.py +++ b/mvt/ios/modules/backup/manifest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/profile_events.py b/mvt/ios/modules/backup/profile_events.py index afc836d..d5dcdbd 100644 --- a/mvt/ios/modules/backup/profile_events.py +++ b/mvt/ios/modules/backup/profile_events.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/base.py b/mvt/ios/modules/base.py index ab60f7c..bcdd9ef 100644 --- a/mvt/ios/modules/base.py +++ b/mvt/ios/modules/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ @@ -152,7 +152,6 @@ class IOSExtraction(MVTModule): If a module requires to process multiple databases or files, you should use the helper functions above. - :param backup_id: iTunes backup database file's ID (or hash). :param root_paths: Glob patterns for files to seek in filesystem dump. (Default value = []) :param backup_ids: Default value = None) diff --git a/mvt/ios/modules/fs/__init__.py b/mvt/ios/modules/fs/__init__.py index 4450c80..73cb690 100644 --- a/mvt/ios/modules/fs/__init__.py +++ b/mvt/ios/modules/fs/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/analytics.py b/mvt/ios/modules/fs/analytics.py index 9487a09..97985bb 100644 --- a/mvt/ios/modules/fs/analytics.py +++ b/mvt/ios/modules/fs/analytics.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/analytics_ios_versions.py b/mvt/ios/modules/fs/analytics_ios_versions.py index bc64838..f71dcfa 100644 --- a/mvt/ios/modules/fs/analytics_ios_versions.py +++ b/mvt/ios/modules/fs/analytics_ios_versions.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/cache_files.py b/mvt/ios/modules/fs/cache_files.py index 170cff5..16aa9b3 100644 --- a/mvt/ios/modules/fs/cache_files.py +++ b/mvt/ios/modules/fs/cache_files.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/filesystem.py b/mvt/ios/modules/fs/filesystem.py index 3d85076..4aff021 100644 --- a/mvt/ios/modules/fs/filesystem.py +++ b/mvt/ios/modules/fs/filesystem.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/net_netusage.py b/mvt/ios/modules/fs/net_netusage.py index 5991ba2..1c5837a 100644 --- a/mvt/ios/modules/fs/net_netusage.py +++ b/mvt/ios/modules/fs/net_netusage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/safari_favicon.py b/mvt/ios/modules/fs/safari_favicon.py index 46612c0..2f3cb67 100644 --- a/mvt/ios/modules/fs/safari_favicon.py +++ b/mvt/ios/modules/fs/safari_favicon.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/shutdownlog.py b/mvt/ios/modules/fs/shutdownlog.py index e69e425..e0a5041 100644 --- a/mvt/ios/modules/fs/shutdownlog.py +++ b/mvt/ios/modules/fs/shutdownlog.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/version_history.py b/mvt/ios/modules/fs/version_history.py index d0e41c5..5e64868 100644 --- a/mvt/ios/modules/fs/version_history.py +++ b/mvt/ios/modules/fs/version_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_base.py b/mvt/ios/modules/fs/webkit_base.py index e922291..ac2957b 100644 --- a/mvt/ios/modules/fs/webkit_base.py +++ b/mvt/ios/modules/fs/webkit_base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_indexeddb.py b/mvt/ios/modules/fs/webkit_indexeddb.py index 6febd9b..cf33ce6 100644 --- a/mvt/ios/modules/fs/webkit_indexeddb.py +++ b/mvt/ios/modules/fs/webkit_indexeddb.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_localstorage.py b/mvt/ios/modules/fs/webkit_localstorage.py index 75d4ff8..1d47fea 100644 --- a/mvt/ios/modules/fs/webkit_localstorage.py +++ b/mvt/ios/modules/fs/webkit_localstorage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_safariviewservice.py b/mvt/ios/modules/fs/webkit_safariviewservice.py index f37f685..b03aabb 100644 --- a/mvt/ios/modules/fs/webkit_safariviewservice.py +++ b/mvt/ios/modules/fs/webkit_safariviewservice.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/__init__.py b/mvt/ios/modules/mixed/__init__.py index 8d7c173..afb2fcf 100644 --- a/mvt/ios/modules/mixed/__init__.py +++ b/mvt/ios/modules/mixed/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/calls.py b/mvt/ios/modules/mixed/calls.py index 2c9b906..c0a167c 100644 --- a/mvt/ios/modules/mixed/calls.py +++ b/mvt/ios/modules/mixed/calls.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/chrome_favicon.py b/mvt/ios/modules/mixed/chrome_favicon.py index 439535a..0371a82 100644 --- a/mvt/ios/modules/mixed/chrome_favicon.py +++ b/mvt/ios/modules/mixed/chrome_favicon.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/chrome_history.py b/mvt/ios/modules/mixed/chrome_history.py index 6a2163f..cbd4464 100644 --- a/mvt/ios/modules/mixed/chrome_history.py +++ b/mvt/ios/modules/mixed/chrome_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/contacts.py b/mvt/ios/modules/mixed/contacts.py index c90c37b..ea2aa2c 100644 --- a/mvt/ios/modules/mixed/contacts.py +++ b/mvt/ios/modules/mixed/contacts.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/firefox_favicon.py b/mvt/ios/modules/mixed/firefox_favicon.py index 24460ef..9177e3a 100644 --- a/mvt/ios/modules/mixed/firefox_favicon.py +++ b/mvt/ios/modules/mixed/firefox_favicon.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/firefox_history.py b/mvt/ios/modules/mixed/firefox_history.py index 140f133..40013d1 100644 --- a/mvt/ios/modules/mixed/firefox_history.py +++ b/mvt/ios/modules/mixed/firefox_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/idstatuscache.py b/mvt/ios/modules/mixed/idstatuscache.py index 3d0ea1d..17e51af 100644 --- a/mvt/ios/modules/mixed/idstatuscache.py +++ b/mvt/ios/modules/mixed/idstatuscache.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/interactionc.py b/mvt/ios/modules/mixed/interactionc.py index e7d9a80..ddba2bc 100644 --- a/mvt/ios/modules/mixed/interactionc.py +++ b/mvt/ios/modules/mixed/interactionc.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/locationd.py b/mvt/ios/modules/mixed/locationd.py index 6676d4a..a726eee 100644 --- a/mvt/ios/modules/mixed/locationd.py +++ b/mvt/ios/modules/mixed/locationd.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/net_datausage.py b/mvt/ios/modules/mixed/net_datausage.py index c3d7277..84f3a40 100644 --- a/mvt/ios/modules/mixed/net_datausage.py +++ b/mvt/ios/modules/mixed/net_datausage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/osanalytics_addaily.py b/mvt/ios/modules/mixed/osanalytics_addaily.py index cf13e1e..464c4c1 100644 --- a/mvt/ios/modules/mixed/osanalytics_addaily.py +++ b/mvt/ios/modules/mixed/osanalytics_addaily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/safari_browserstate.py b/mvt/ios/modules/mixed/safari_browserstate.py index 718cd2e..0b509ac 100644 --- a/mvt/ios/modules/mixed/safari_browserstate.py +++ b/mvt/ios/modules/mixed/safari_browserstate.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/safari_history.py b/mvt/ios/modules/mixed/safari_history.py index e4893ef..9958827 100644 --- a/mvt/ios/modules/mixed/safari_history.py +++ b/mvt/ios/modules/mixed/safari_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/shortcuts.py b/mvt/ios/modules/mixed/shortcuts.py index 8151067..e8501e3 100644 --- a/mvt/ios/modules/mixed/shortcuts.py +++ b/mvt/ios/modules/mixed/shortcuts.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/sms.py b/mvt/ios/modules/mixed/sms.py index 8a01829..358eaf7 100644 --- a/mvt/ios/modules/mixed/sms.py +++ b/mvt/ios/modules/mixed/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/sms_attachments.py b/mvt/ios/modules/mixed/sms_attachments.py index 2d35c38..492e1b5 100644 --- a/mvt/ios/modules/mixed/sms_attachments.py +++ b/mvt/ios/modules/mixed/sms_attachments.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/tcc.py b/mvt/ios/modules/mixed/tcc.py index 67128ab..65e45ca 100644 --- a/mvt/ios/modules/mixed/tcc.py +++ b/mvt/ios/modules/mixed/tcc.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py index 4dd9405..334f3ec 100644 --- a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py +++ b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/webkit_session_resource_log.py b/mvt/ios/modules/mixed/webkit_session_resource_log.py index c63bed7..160b8d5 100644 --- a/mvt/ios/modules/mixed/webkit_session_resource_log.py +++ b/mvt/ios/modules/mixed/webkit_session_resource_log.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/whatsapp.py b/mvt/ios/modules/mixed/whatsapp.py index f1dab22..eef35e2 100644 --- a/mvt/ios/modules/mixed/whatsapp.py +++ b/mvt/ios/modules/mixed/whatsapp.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/net_base.py b/mvt/ios/modules/net_base.py index 5baef85..3d7bebc 100644 --- a/mvt/ios/modules/net_base.py +++ b/mvt/ios/modules/net_base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/versions.py b/mvt/ios/versions.py index 2ceca7b..1e7e924 100644 --- a/mvt/ios/versions.py +++ b/mvt/ios/versions.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/setup.py b/setup.py index 11f2323..e768d9a 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/__init__.py b/tests/__init__.py index e69de29..d79f81e 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -0,0 +1,5 @@ +# Mobile Verification Toolkit (MVT) +# Copyright (c) 2021-2023 Claudio Guarnieri. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ + diff --git a/tests/android/__init__.py b/tests/android/__init__.py index e69de29..d79f81e 100644 --- a/tests/android/__init__.py +++ b/tests/android/__init__.py @@ -0,0 +1,5 @@ +# Mobile Verification Toolkit (MVT) +# Copyright (c) 2021-2023 Claudio Guarnieri. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ + diff --git a/tests/android/test_backup_module.py b/tests/android/test_backup_module.py index a8c0a63..8ca642d 100644 --- a/tests/android/test_backup_module.py +++ b/tests/android/test_backup_module.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android/test_backup_parser.py b/tests/android/test_backup_parser.py index 9a26406..bd309ef 100644 --- a/tests/android/test_backup_parser.py +++ b/tests/android/test_backup_parser.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android/test_bugreport.py b/tests/android/test_bugreport.py index 36a92c7..b54d268 100644 --- a/tests/android/test_bugreport.py +++ b/tests/android/test_bugreport.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android/test_dumpsys_parser.py b/tests/android/test_dumpsys_parser.py index 7675c94..807145f 100644 --- a/tests/android/test_dumpsys_parser.py +++ b/tests/android/test_dumpsys_parser.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android_androidqf/__init__.py b/tests/android_androidqf/__init__.py index e69de29..d79f81e 100644 --- a/tests/android_androidqf/__init__.py +++ b/tests/android_androidqf/__init__.py @@ -0,0 +1,5 @@ +# Mobile Verification Toolkit (MVT) +# Copyright (c) 2021-2023 Claudio Guarnieri. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ + diff --git a/tests/android_androidqf/test_dumpsysaccessbility.py b/tests/android_androidqf/test_dumpsysaccessbility.py index 03937d7..70275ec 100644 --- a/tests/android_androidqf/test_dumpsysaccessbility.py +++ b/tests/android_androidqf/test_dumpsysaccessbility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) - Private -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # This file is part of MVT Private and its content is confidential. # Please refer to the project maintainers before sharing with others. diff --git a/tests/android_androidqf/test_dumpsysappops.py b/tests/android_androidqf/test_dumpsysappops.py index eb7e203..eba6758 100644 --- a/tests/android_androidqf/test_dumpsysappops.py +++ b/tests/android_androidqf/test_dumpsysappops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) - Private -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # This file is part of MVT Private and its content is confidential. # Please refer to the project maintainers before sharing with others. diff --git a/tests/android_androidqf/test_dumpsyspackages.py b/tests/android_androidqf/test_dumpsyspackages.py index a552c15..b0fe154 100644 --- a/tests/android_androidqf/test_dumpsyspackages.py +++ b/tests/android_androidqf/test_dumpsyspackages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) - Private -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # This file is part of MVT Private and its content is confidential. # Please refer to the project maintainers before sharing with others. diff --git a/tests/android_androidqf/test_dumpsysreceivers.py b/tests/android_androidqf/test_dumpsysreceivers.py index d9d761e..420a50d 100644 --- a/tests/android_androidqf/test_dumpsysreceivers.py +++ b/tests/android_androidqf/test_dumpsysreceivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) - Private -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # This file is part of MVT Private and its content is confidential. # Please refer to the project maintainers before sharing with others. diff --git a/tests/android_androidqf/test_getprop.py b/tests/android_androidqf/test_getprop.py index 450e45d..34d1d80 100644 --- a/tests/android_androidqf/test_getprop.py +++ b/tests/android_androidqf/test_getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android_androidqf/test_processes.py b/tests/android_androidqf/test_processes.py index d207979..2216f94 100644 --- a/tests/android_androidqf/test_processes.py +++ b/tests/android_androidqf/test_processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android_androidqf/test_settings.py b/tests/android_androidqf/test_settings.py index 62ec2b8..7220caf 100644 --- a/tests/android_androidqf/test_settings.py +++ b/tests/android_androidqf/test_settings.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) - Private -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # This file is part of MVT Private and its content is confidential. # Please refer to the project maintainers before sharing with others. diff --git a/tests/android_androidqf/test_sms.py b/tests/android_androidqf/test_sms.py index c4393c8..de64aea 100644 --- a/tests/android_androidqf/test_sms.py +++ b/tests/android_androidqf/test_sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/artifacts/generate_stix.py b/tests/artifacts/generate_stix.py index 1cff0a7..229289c 100644 --- a/tests/artifacts/generate_stix.py +++ b/tests/artifacts/generate_stix.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/common/__init__.py b/tests/common/__init__.py index e69de29..d79f81e 100644 --- a/tests/common/__init__.py +++ b/tests/common/__init__.py @@ -0,0 +1,5 @@ +# Mobile Verification Toolkit (MVT) +# Copyright (c) 2021-2023 Claudio Guarnieri. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ + diff --git a/tests/common/test_date_conversions.py b/tests/common/test_date_conversions.py index 8511d3f..2e67f73 100644 --- a/tests/common/test_date_conversions.py +++ b/tests/common/test_date_conversions.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/common/test_indicators.py b/tests/common/test_indicators.py index d2daa07..79e4481 100644 --- a/tests/common/test_indicators.py +++ b/tests/common/test_indicators.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/conftest.py b/tests/conftest.py index 0dfa49d..c67432f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_backup/__init__.py b/tests/ios_backup/__init__.py index e69de29..d79f81e 100644 --- a/tests/ios_backup/__init__.py +++ b/tests/ios_backup/__init__.py @@ -0,0 +1,5 @@ +# Mobile Verification Toolkit (MVT) +# Copyright (c) 2021-2023 Claudio Guarnieri. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ + diff --git a/tests/ios_backup/test_backup_info.py b/tests/ios_backup/test_backup_info.py index 9099175..96544aa 100644 --- a/tests/ios_backup/test_backup_info.py +++ b/tests/ios_backup/test_backup_info.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_backup/test_datausage.py b/tests/ios_backup/test_datausage.py index 63fec23..208eb07 100644 --- a/tests/ios_backup/test_datausage.py +++ b/tests/ios_backup/test_datausage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_backup/test_manifest.py b/tests/ios_backup/test_manifest.py index 1a64b3e..98c5b76 100644 --- a/tests/ios_backup/test_manifest.py +++ b/tests/ios_backup/test_manifest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_backup/test_safari_browserstate.py b/tests/ios_backup/test_safari_browserstate.py index 7110e92..c96b3e0 100644 --- a/tests/ios_backup/test_safari_browserstate.py +++ b/tests/ios_backup/test_safari_browserstate.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_backup/test_sms.py b/tests/ios_backup/test_sms.py index 78e90e3..f2bb745 100644 --- a/tests/ios_backup/test_sms.py +++ b/tests/ios_backup/test_sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_backup/test_tcc.py b/tests/ios_backup/test_tcc.py index d4ca363..b110b0d 100644 --- a/tests/ios_backup/test_tcc.py +++ b/tests/ios_backup/test_tcc.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_backup/test_webkit_resource_load_statistics.py b/tests/ios_backup/test_webkit_resource_load_statistics.py index 07f657f..300ee82 100644 --- a/tests/ios_backup/test_webkit_resource_load_statistics.py +++ b/tests/ios_backup/test_webkit_resource_load_statistics.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios_fs/__init__.py b/tests/ios_fs/__init__.py index e69de29..d79f81e 100644 --- a/tests/ios_fs/__init__.py +++ b/tests/ios_fs/__init__.py @@ -0,0 +1,5 @@ +# Mobile Verification Toolkit (MVT) +# Copyright (c) 2021-2023 Claudio Guarnieri. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ + diff --git a/tests/ios_fs/test_filesystem.py b/tests/ios_fs/test_filesystem.py index dd82cf4..a8d8b89 100644 --- a/tests/ios_fs/test_filesystem.py +++ b/tests/ios_fs/test_filesystem.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/test_check_android_androidqf.py b/tests/test_check_android_androidqf.py index c58fc6a..9dbcf9d 100644 --- a/tests/test_check_android_androidqf.py +++ b/tests/test_check_android_androidqf.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/test_check_android_bugreport.py b/tests/test_check_android_bugreport.py index 2ec3f2a..263009f 100644 --- a/tests/test_check_android_bugreport.py +++ b/tests/test_check_android_bugreport.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/test_check_ios_backup.py b/tests/test_check_ios_backup.py index c4b5af9..3e0fbdd 100644 --- a/tests/test_check_ios_backup.py +++ b/tests/test_check_ios_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/utils.py b/tests/utils.py index 7469c79..7a57d14 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 Claudio Guarnieri. +# Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/