diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..7b28589 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,7 @@ +MVT was originally authored by Claudio Guarnieri . + +For an up-to-date list of all contributors visit: + https://github.com/mvt-project/mvt/graphs/contributors + +Or run: + git shortlog -s -n diff --git a/dev/mvt-android b/dev/mvt-android index bd1ef58..53ae739 100755 --- a/dev/mvt-android +++ b/dev/mvt-android @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import os import sys diff --git a/dev/mvt-ios b/dev/mvt-ios index 70a016e..a01f417 100755 --- a/dev/mvt-ios +++ b/dev/mvt-ios @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import os import sys diff --git a/mvt/__init__.py b/mvt/__init__.py index 2512a63..92def7d 100644 --- a/mvt/__init__.py +++ b/mvt/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# 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 2ae7e01..249dc30 100644 --- a/mvt/android/__init__.py +++ b/mvt/android/__init__.py @@ -1,6 +1,6 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .cli import cli diff --git a/mvt/android/cli.py b/mvt/android/cli.py index 50c3762..f4f5e97 100644 --- a/mvt/android/cli.py +++ b/mvt/android/cli.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import argparse import logging diff --git a/mvt/android/download_apks.py b/mvt/android/download_apks.py index e2855f6..5c79729 100644 --- a/mvt/android/download_apks.py +++ b/mvt/android/download_apks.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import json import logging diff --git a/mvt/android/lookups/__init__.py b/mvt/android/lookups/__init__.py index 2512a63..92def7d 100644 --- a/mvt/android/lookups/__init__.py +++ b/mvt/android/lookups/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# 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/lookups/koodous.py b/mvt/android/lookups/koodous.py index 7fb94e9..5498bfe 100644 --- a/mvt/android/lookups/koodous.py +++ b/mvt/android/lookups/koodous.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging diff --git a/mvt/android/lookups/virustotal.py b/mvt/android/lookups/virustotal.py index d1f4440..4fb949f 100644 --- a/mvt/android/lookups/virustotal.py +++ b/mvt/android/lookups/virustotal.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging diff --git a/mvt/android/modules/__init__.py b/mvt/android/modules/__init__.py index 2512a63..92def7d 100644 --- a/mvt/android/modules/__init__.py +++ b/mvt/android/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# 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 175d81e..e64fbc3 100644 --- a/mvt/android/modules/adb/__init__.py +++ b/mvt/android/modules/adb/__init__.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .chrome_history import ChromeHistory from .dumpsys_batterystats import DumpsysBatterystats diff --git a/mvt/android/modules/adb/base.py b/mvt/android/modules/adb/base.py index 2ddb95d..622d509 100644 --- a/mvt/android/modules/adb/base.py +++ b/mvt/android/modules/adb/base.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/chrome_history.py b/mvt/android/modules/adb/chrome_history.py index 211130d..dc61f37 100644 --- a/mvt/android/modules/adb/chrome_history.py +++ b/mvt/android/modules/adb/chrome_history.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/dumpsys_batterystats.py b/mvt/android/modules/adb/dumpsys_batterystats.py index d272af8..c4b3cf4 100644 --- a/mvt/android/modules/adb/dumpsys_batterystats.py +++ b/mvt/android/modules/adb/dumpsys_batterystats.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/dumpsys_packages.py b/mvt/android/modules/adb/dumpsys_packages.py index 7324e44..becb5f3 100644 --- a/mvt/android/modules/adb/dumpsys_packages.py +++ b/mvt/android/modules/adb/dumpsys_packages.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/dumpsys_procstats.py b/mvt/android/modules/adb/dumpsys_procstats.py index 051762c..44e2cd2 100644 --- a/mvt/android/modules/adb/dumpsys_procstats.py +++ b/mvt/android/modules/adb/dumpsys_procstats.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/packages.py b/mvt/android/modules/adb/packages.py index a28b2b7..dcfe50f 100644 --- a/mvt/android/modules/adb/packages.py +++ b/mvt/android/modules/adb/packages.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/processes.py b/mvt/android/modules/adb/processes.py index 0be051b..135dedb 100644 --- a/mvt/android/modules/adb/processes.py +++ b/mvt/android/modules/adb/processes.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging diff --git a/mvt/android/modules/adb/rootbinaries.py b/mvt/android/modules/adb/rootbinaries.py index babce47..6b9258a 100644 --- a/mvt/android/modules/adb/rootbinaries.py +++ b/mvt/android/modules/adb/rootbinaries.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/sms.py b/mvt/android/modules/adb/sms.py index eab9031..bc85265 100644 --- a/mvt/android/modules/adb/sms.py +++ b/mvt/android/modules/adb/sms.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/android/modules/adb/whatsapp.py b/mvt/android/modules/adb/whatsapp.py index 3345072..5c28a7c 100644 --- a/mvt/android/modules/adb/whatsapp.py +++ b/mvt/android/modules/adb/whatsapp.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import base64 import logging diff --git a/mvt/android/modules/backup/__init__.py b/mvt/android/modules/backup/__init__.py index 138b300..10736b7 100644 --- a/mvt/android/modules/backup/__init__.py +++ b/mvt/android/modules/backup/__init__.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .sms import SMS diff --git a/mvt/android/modules/backup/sms.py b/mvt/android/modules/backup/sms.py index 5426498..b6919f2 100644 --- a/mvt/android/modules/backup/sms.py +++ b/mvt/android/modules/backup/sms.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import json import os diff --git a/mvt/common/__init__.py b/mvt/common/__init__.py index 2512a63..92def7d 100644 --- a/mvt/common/__init__.py +++ b/mvt/common/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# 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 8ca747d..a53dc89 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import json import os diff --git a/mvt/common/module.py b/mvt/common/module.py index 2975812..1989bcb 100644 --- a/mvt/common/module.py +++ b/mvt/common/module.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import csv import glob diff --git a/mvt/common/options.py b/mvt/common/options.py index 794c704..10d724c 100644 --- a/mvt/common/options.py +++ b/mvt/common/options.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ # From: https://gist.github.com/stanchan/bce1c2d030c76fe9223b5ff6ad0f03db diff --git a/mvt/common/url.py b/mvt/common/url.py index 57c7723..df04e55 100644 --- a/mvt/common/url.py +++ b/mvt/common/url.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import requests from tld import get_tld diff --git a/mvt/common/utils.py b/mvt/common/utils.py index b3061b9..25d6cb1 100644 --- a/mvt/common/utils.py +++ b/mvt/common/utils.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import datetime import hashlib diff --git a/mvt/ios/__init__.py b/mvt/ios/__init__.py index 2ae7e01..249dc30 100644 --- a/mvt/ios/__init__.py +++ b/mvt/ios/__init__.py @@ -1,6 +1,6 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .cli import cli diff --git a/mvt/ios/cli.py b/mvt/ios/cli.py index a332596..c98d9f7 100644 --- a/mvt/ios/cli.py +++ b/mvt/ios/cli.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import os diff --git a/mvt/ios/decrypt.py b/mvt/ios/decrypt.py index db93bc8..dcecc88 100644 --- a/mvt/ios/decrypt.py +++ b/mvt/ios/decrypt.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import binascii import logging diff --git a/mvt/ios/modules/__init__.py b/mvt/ios/modules/__init__.py index 2512a63..92def7d 100644 --- a/mvt/ios/modules/__init__.py +++ b/mvt/ios/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# 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/__init__.py b/mvt/ios/modules/fs/__init__.py index 94620f3..7fec68e 100644 --- a/mvt/ios/modules/fs/__init__.py +++ b/mvt/ios/modules/fs/__init__.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .cache_files import CacheFiles from .calls import Calls diff --git a/mvt/ios/modules/fs/base.py b/mvt/ios/modules/fs/base.py index dbc3751..918e3ad 100644 --- a/mvt/ios/modules/fs/base.py +++ b/mvt/ios/modules/fs/base.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import glob import io diff --git a/mvt/ios/modules/fs/cache_files.py b/mvt/ios/modules/fs/cache_files.py index eff3421..80fd166 100644 --- a/mvt/ios/modules/fs/cache_files.py +++ b/mvt/ios/modules/fs/cache_files.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import os import sqlite3 diff --git a/mvt/ios/modules/fs/calls.py b/mvt/ios/modules/fs/calls.py index 974fcb2..45c91ea 100644 --- a/mvt/ios/modules/fs/calls.py +++ b/mvt/ios/modules/fs/calls.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 diff --git a/mvt/ios/modules/fs/chrome_favicon.py b/mvt/ios/modules/fs/chrome_favicon.py index dc50b8a..7b6014b 100644 --- a/mvt/ios/modules/fs/chrome_favicon.py +++ b/mvt/ios/modules/fs/chrome_favicon.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 diff --git a/mvt/ios/modules/fs/chrome_history.py b/mvt/ios/modules/fs/chrome_history.py index 39a878a..e0573a5 100644 --- a/mvt/ios/modules/fs/chrome_history.py +++ b/mvt/ios/modules/fs/chrome_history.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 diff --git a/mvt/ios/modules/fs/contacts.py b/mvt/ios/modules/fs/contacts.py index ac99842..cea082d 100644 --- a/mvt/ios/modules/fs/contacts.py +++ b/mvt/ios/modules/fs/contacts.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 diff --git a/mvt/ios/modules/fs/filesystem.py b/mvt/ios/modules/fs/filesystem.py index 6198516..692ee58 100644 --- a/mvt/ios/modules/fs/filesystem.py +++ b/mvt/ios/modules/fs/filesystem.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import datetime import os diff --git a/mvt/ios/modules/fs/firefox_favicon.py b/mvt/ios/modules/fs/firefox_favicon.py index 225c7a6..f946576 100644 --- a/mvt/ios/modules/fs/firefox_favicon.py +++ b/mvt/ios/modules/fs/firefox_favicon.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 from datetime import datetime diff --git a/mvt/ios/modules/fs/firefox_history.py b/mvt/ios/modules/fs/firefox_history.py index d6dcfcd..6690747 100644 --- a/mvt/ios/modules/fs/firefox_history.py +++ b/mvt/ios/modules/fs/firefox_history.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 from datetime import datetime diff --git a/mvt/ios/modules/fs/idstatuscache.py b/mvt/ios/modules/fs/idstatuscache.py index 443b623..cb230e3 100644 --- a/mvt/ios/modules/fs/idstatuscache.py +++ b/mvt/ios/modules/fs/idstatuscache.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import collections import glob diff --git a/mvt/ios/modules/fs/interactionc.py b/mvt/ios/modules/fs/interactionc.py index a685a93..a406d10 100644 --- a/mvt/ios/modules/fs/interactionc.py +++ b/mvt/ios/modules/fs/interactionc.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 from base64 import b64encode diff --git a/mvt/ios/modules/fs/locationd.py b/mvt/ios/modules/fs/locationd.py index 62fcd77..700be01 100644 --- a/mvt/ios/modules/fs/locationd.py +++ b/mvt/ios/modules/fs/locationd.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import glob import os diff --git a/mvt/ios/modules/fs/manifest.py b/mvt/ios/modules/fs/manifest.py index 7347522..8f230bc 100644 --- a/mvt/ios/modules/fs/manifest.py +++ b/mvt/ios/modules/fs/manifest.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import datetime import io diff --git a/mvt/ios/modules/fs/net_base.py b/mvt/ios/modules/fs/net_base.py index c9b1dd6..e1ab93b 100644 --- a/mvt/ios/modules/fs/net_base.py +++ b/mvt/ios/modules/fs/net_base.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import operator import sqlite3 diff --git a/mvt/ios/modules/fs/net_datausage.py b/mvt/ios/modules/fs/net_datausage.py index dc9d319..633bffc 100644 --- a/mvt/ios/modules/fs/net_datausage.py +++ b/mvt/ios/modules/fs/net_datausage.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .net_base import NetBase diff --git a/mvt/ios/modules/fs/net_netusage.py b/mvt/ios/modules/fs/net_netusage.py index 5f0e853..72bd55f 100644 --- a/mvt/ios/modules/fs/net_netusage.py +++ b/mvt/ios/modules/fs/net_netusage.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .net_base import NetBase diff --git a/mvt/ios/modules/fs/safari_browserstate.py b/mvt/ios/modules/fs/safari_browserstate.py index 8e79ce7..0836185 100644 --- a/mvt/ios/modules/fs/safari_browserstate.py +++ b/mvt/ios/modules/fs/safari_browserstate.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import io import sqlite3 diff --git a/mvt/ios/modules/fs/safari_favicon.py b/mvt/ios/modules/fs/safari_favicon.py index 3bd5c36..0a931ef 100644 --- a/mvt/ios/modules/fs/safari_favicon.py +++ b/mvt/ios/modules/fs/safari_favicon.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 diff --git a/mvt/ios/modules/fs/safari_history.py b/mvt/ios/modules/fs/safari_history.py index 4c498a9..487ac5a 100644 --- a/mvt/ios/modules/fs/safari_history.py +++ b/mvt/ios/modules/fs/safari_history.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 diff --git a/mvt/ios/modules/fs/sms.py b/mvt/ios/modules/fs/sms.py index b94dbed..313f57d 100644 --- a/mvt/ios/modules/fs/sms.py +++ b/mvt/ios/modules/fs/sms.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 from base64 import b64encode diff --git a/mvt/ios/modules/fs/sms_attachments.py b/mvt/ios/modules/fs/sms_attachments.py index 89f0cf3..8835e88 100644 --- a/mvt/ios/modules/fs/sms_attachments.py +++ b/mvt/ios/modules/fs/sms_attachments.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import sqlite3 from base64 import b64encode diff --git a/mvt/ios/modules/fs/version_history.py b/mvt/ios/modules/fs/version_history.py index a9bf2cd..1b091de 100644 --- a/mvt/ios/modules/fs/version_history.py +++ b/mvt/ios/modules/fs/version_history.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import datetime import json diff --git a/mvt/ios/modules/fs/webkit_base.py b/mvt/ios/modules/fs/webkit_base.py index ff1c8ef..75979b3 100644 --- a/mvt/ios/modules/fs/webkit_base.py +++ b/mvt/ios/modules/fs/webkit_base.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import datetime import os diff --git a/mvt/ios/modules/fs/webkit_indexeddb.py b/mvt/ios/modules/fs/webkit_indexeddb.py index 55d65ec..a4aa2a0 100644 --- a/mvt/ios/modules/fs/webkit_indexeddb.py +++ b/mvt/ios/modules/fs/webkit_indexeddb.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .webkit_base import WebkitBase diff --git a/mvt/ios/modules/fs/webkit_localstorage.py b/mvt/ios/modules/fs/webkit_localstorage.py index 8b4fddb..868b601 100644 --- a/mvt/ios/modules/fs/webkit_localstorage.py +++ b/mvt/ios/modules/fs/webkit_localstorage.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .webkit_base import WebkitBase diff --git a/mvt/ios/modules/fs/webkit_resource_load_statistics.py b/mvt/ios/modules/fs/webkit_resource_load_statistics.py index 4ac91ec..2fe4a03 100644 --- a/mvt/ios/modules/fs/webkit_resource_load_statistics.py +++ b/mvt/ios/modules/fs/webkit_resource_load_statistics.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import datetime import os diff --git a/mvt/ios/modules/fs/webkit_safariviewservice.py b/mvt/ios/modules/fs/webkit_safariviewservice.py index 33f993c..c0b5a82 100644 --- a/mvt/ios/modules/fs/webkit_safariviewservice.py +++ b/mvt/ios/modules/fs/webkit_safariviewservice.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ from .webkit_base import WebkitBase diff --git a/mvt/ios/modules/fs/webkit_session_resource_log.py b/mvt/ios/modules/fs/webkit_session_resource_log.py index 5f5f7b3..c7b5c2f 100644 --- a/mvt/ios/modules/fs/webkit_session_resource_log.py +++ b/mvt/ios/modules/fs/webkit_session_resource_log.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import glob import os diff --git a/mvt/ios/modules/fs/whatsapp.py b/mvt/ios/modules/fs/whatsapp.py index afdd9e7..8e973df 100644 --- a/mvt/ios/modules/fs/whatsapp.py +++ b/mvt/ios/modules/fs/whatsapp.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import logging import sqlite3 diff --git a/mvt/ios/versions.py b/mvt/ios/versions.py index 1fab0ee..ed41711 100644 --- a/mvt/ios/versions.py +++ b/mvt/ios/versions.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ IPHONE_MODELS = [ {"description": "iPhone 4S", "identifier": "iPhone4,1"}, diff --git a/setup.py b/setup.py index adc0eb0..c1b1c5a 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021 MVT Project Developers. -# See the file 'LICENSE' for usage and copying permissions, or find a copy at -# https://github.com/mvt-project/mvt/blob/main/LICENSE +# Copyright (c) 2021 The MVT Project Authors. +# Use of this software is governed by the MVT License 1.1 that can be found at +# https://license.mvt.re/1.1/ import os