This tool is not intended for end-user self-assessment and it is designed for IT Security / IT Forensics professionals. It is not like MalwareBytes, etc.
Did you follow the instructions?
https://docs.mvt.re/en/latest/install.html
Dependencies required on macOS:
- You need to install Xcode (Mac App Store)
- You need to install Xcode Command Line Utilities via Terminal (sudo xcode-select --install)
- You need to install Homebrew (https://brew.sh)
- You need to install the Homebrew packages via Terminal (brew install python3 libusb sqlite3) [libusb only for Android]
- You need to add "export PATH=$PATH:~/.local/bin" to your .bashrc or .zshrc file
- You need to install mvt via Terminal (pip3 install mvt)
That's just to get the tooling installed. Now you have to jump through hoops to actually create iTunes backups and scan them with the mvt-ios tool.
Download the STIX2 Pegasus file (https://raw.githubusercontent.com/AmnestyTech/investigations/master/2021-07-18_nso/pegasus.stix2) and put in ~/iOS/malware.stix2 then run the command below:
mvt-ios check-backup --iocs ~/ios/malware.stix2 --output /path/to/iphone/output /path/to/backup
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. MVT is not intended for end-user self-assessment. If you are concerned with the security of your device please seek expert assistance.
Note: MVT does not scan Mac's only mobile devices.