MVT is a forensic tool to look for signs of infection in smartphone devices
Go to file
Carlos Macasaet f4ba29f1ef
Install libimobiledevice-glue from source
This installs libimobiledevice-glue from source as it appears it is no
longer available to `apt-get`.

Resolves: #182
2021-09-12 18:28:17 -07:00
.github/workflows Added missing space in workflow file 2021-07-30 11:43:52 +02:00
dev More explicit copyright and licensing notes 2021-08-01 21:11:08 +02:00
docs Added new TCC module 2021-09-09 12:00:48 +02:00
mvt More docstrings 2021-09-10 20:09:37 +02:00
.gitignore Add implicit creation of output folders 2021-07-20 03:09:53 +02:00
.readthedocs.yaml Improves documentation 2021-07-18 16:33:34 +02:00
AUTHORS More explicit copyright and licensing notes 2021-08-01 21:11:08 +02:00
Dockerfile Install libimobiledevice-glue from source 2021-09-12 18:28:17 -07:00
LICENSE Updated LICENSE 2021-07-25 12:01:23 +02:00
Makefile First commit 2021-07-16 08:05:01 +02:00
README.md Shrink logo in README 2021-08-21 15:58:35 +02:00
mkdocs.yml Updated documentation on mvt-android 2021-08-17 16:36:48 +02:00
setup.py Added missing dependency 2021-08-26 12:47:46 +02:00

README.md

Mobile Verification Toolkit

Documentation Status

Mobile Verification Toolkit (MVT) is a collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices.

It has been developed and released by the Amnesty International Security Lab in July 2021 in the context of the Pegasus project along with a technical forensic methodology and forensic evidence.

Warning: MVT is a forensic research tool intended for technologists and investigators. Using it requires understanding the basics of forensic analysis and using command-line tools. This is not intended for end-user self-assessment. If you are concerned with the security of your device please seek expert assistance.

Installation

MVT can be installed from sources or from PyPi (you will need some dependencies, check the documentation):

pip3 install mvt

Alternatively, you can decide to run MVT and all relevant tools through a Docker container.

Please note: MVT is best run on Linux or Mac systems. It does not currently support running natively on Windows.

Usage

MVT provides two commands mvt-ios and mvt-android. Check out the documentation to learn how to use them!

License

The purpose of MVT is to facilitate the consensual forensic analysis of devices of those who might be targets of sophisticated mobile spyware attacks, especially members of civil society and marginalized communities. We do not want MVT to enable privacy violations of non-consenting individuals. In order to achieve this, MVT is released under its own license. Read more here.