Replies: 1 comment 1 reply
-
Probably not. You can update the source repo and install it in the same manner as you did before (whether that was into a venv, or as a global package etc., it should replace the package).
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've successfully created and checked backups of my iPhone using MVT (
mvt-ios
), but the checks are based on manual inspection of the output files folder thatmvt-ios check-backup
produces. According to the docs the backup check:After extracting the backup (via
libimobiledevice
, not iTunes) and running the check, I checked the output files folder for files with_detected
suffixes but could not find any. And when running the backup check command I manually specified the STIX2 files of interest.It seems to me that there are at least a couple of ways in which this process could be improved via improvements to
check-backup
:--all-iocs
, where the STIX2 files are stored somewhere centrally in the repo.Also, the
download-iocs
subcommand is not present in my version of MVT, which I built from source. I have version 1.3.1, which I built in 2022, and have not updated since.Do I need to remove this, and install the Python package instead?
Beta Was this translation helpful? Give feedback.
All reactions