{"id":13411307,"url":"https://github.com/mvt-project/mvt","last_synced_at":"2025-05-12T05:21:03.949Z","repository":{"id":37083014,"uuid":"386524895","full_name":"mvt-project/mvt","owner":"mvt-project","description":"MVT (Mobile Verification Toolkit) helps with conducting forensics of mobile devices in order to find signs of a potential compromise.","archived":false,"fork":false,"pushed_at":"2025-04-30T12:08:53.000Z","size":3122,"stargazers_count":11152,"open_issues_count":65,"forks_count":1062,"subscribers_count":261,"default_branch":"main","last_synced_at":"2025-05-12T02:39:51.463Z","etag":null,"topics":["android","forensics","forensics-tools","ios","mobile","security"],"latest_commit_sha":null,"homepage":"https://mvt.re","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvt-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-16T05:50:44.000Z","updated_at":"2025-05-12T02:35:51.000Z","dependencies_parsed_at":"2023-09-22T13:33:42.767Z","dependency_job_id":"70a47db6-0609-4664-829c-31610caea274","html_url":"https://github.com/mvt-project/mvt","commit_stats":{"total_commits":766,"total_committers":61,"mean_commits":"12.557377049180328","dds":"0.42036553524804177","last_synced_commit":"353381a7d6fe0f81e825e41dbe5cf3b05eadc922"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvt-project%2Fmvt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvt-project%2Fmvt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvt-project%2Fmvt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvt-project%2Fmvt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvt-project","download_url":"https://codeload.github.com/mvt-project/mvt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253672697,"owners_count":21945480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","forensics","forensics-tools","ios","mobile","security"],"created_at":"2024-07-30T20:01:12.803Z","updated_at":"2025-05-12T05:21:03.900Z","avatar_url":"https://github.com/mvt-project.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n     \u003cimg src=\"https://docs.mvt.re/en/latest/mvt.png\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n# Mobile Verification Toolkit\n\n[![](https://img.shields.io/pypi/v/mvt)](https://pypi.org/project/mvt/)\n[![Documentation Status](https://readthedocs.org/projects/mvt/badge/?version=latest)](https://docs.mvt.re/en/latest/?badge=latest)\n[![CI](https://github.com/mvt-project/mvt/actions/workflows/tests.yml/badge.svg)](https://github.com/mvt-project/mvt/actions/workflows/tests.yml)\n[![Downloads](https://pepy.tech/badge/mvt)](https://pepy.tech/project/mvt)\n\nMobile 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.\n\nIt has been developed and released by the [Amnesty International Security Lab](https://securitylab.amnesty.org) in July 2021 in the context of the [Pegasus Project](https://forbiddenstories.org/about-the-pegasus-project/) along with [a technical forensic methodology](https://www.amnesty.org/en/latest/research/2021/07/forensic-methodology-report-how-to-catch-nso-groups-pegasus/). It continues to be maintained by Amnesty International and other contributors.\n\n\u003e **Note**\n\u003e MVT is a forensic research tool intended for technologists and investigators. It requires understanding digital forensics 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 reputable expert assistance.\n\u003e\n\n### Indicators of Compromise\n\nMVT supports using public [indicators of compromise (IOCs)](https://github.com/mvt-project/mvt-indicators) to scan mobile devices for potential traces of targeting or infection by known spyware campaigns. This includes IOCs published by [Amnesty International](https://github.com/AmnestyTech/investigations/) and other  research groups.\n\n\u003e **Warning**\n\u003e Public indicators of compromise are insufficient to determine that a device is \"clean\", and not targeted with a particular spyware tool. Reliance on public indicators alone can miss recent forensic traces and give a false sense of security.\n\u003e\n\u003e Reliable and comprehensive digital forensic support and triage requires access to non-public indicators, research and threat intelligence.\n\u003e\n\u003eSuch support is available to civil society through [Amnesty International's Security Lab](https://securitylab.amnesty.org/get-help/?c=mvt_docs) or through our forensic partnership with [Access Now’s Digital Security Helpline](https://www.accessnow.org/help/).\n\nMore information about using indicators of compromise with MVT is available in the [documentation](https://docs.mvt.re/en/latest/iocs/).\n\n## Installation\n\nMVT can be installed from sources or from [PyPI](https://pypi.org/project/mvt/) (you will need some dependencies, check the [documentation](https://docs.mvt.re/en/latest/install/)):\n\n```\npip3 install mvt\n```\n\nFor alternative installation options and known issues, please refer to the [documentation](https://docs.mvt.re/en/latest/install/) as well as [GitHub Issues](https://github.com/mvt-project/mvt/issues).\n\n\n## Usage\n\nMVT provides two commands `mvt-ios` and `mvt-android`. [Check out the documentation to learn how to use them!](https://docs.mvt.re/)\n\n\n## License\n\nThe 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.](https://docs.mvt.re/en/latest/license/)\n","funding_links":[],"categories":["Python","Инструменты анализа","android","Forensics","Security","Repository organization","Tools","📱 Mobile Apps"],"sub_categories":["Steganography","Professional Security","Reverse Engineering","tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvt-project%2Fmvt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvt-project%2Fmvt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvt-project%2Fmvt/lists"}