Skip to content

Instantly share code, notes, and snippets.

@DavidHoenisch
Created October 7, 2022 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidHoenisch/5dec91064a87834e9d2ead8c60e9a74b to your computer and use it in GitHub Desktop.
Save DavidHoenisch/5dec91064a87834e9d2ead8c60e9a74b to your computer and use it in GitHub Desktop.
MVT-ANDROID Helpful commands
Use Command
Mount iOS phone to docker docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb -v /var/run/usbmuxd:/var/run/usbmuxd mvt 
Get info on iOS device ideviceinfo
Create iOS backup idevicebackup2 --full [path/to/backup/folder]
Get the latest IoC’s mvt-ios download-iocs
Decrypt the backup MVT_IOS_BACKUP_PASSWORD="mypassword" mvt-ios decrypt-backup -d /path/to/decrypted /path/to/backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment