How to run MVT #575
Unanswered
johnaaronrose
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to run the docker MVT image, I get:
john@Desktop:~$ sudo adb devices
List of devices attached
A95EEA0000009552 unauthorized
john@Desktop:~$ docker run -it ghcr.io/mvt-project/mvt:main
Mobile Verification Toolkit @ Docker
You can find information about how to use this image for Android (https://github.com/mvt-project/mvt/tree/master/docs/android) and iOS (https://github.com/mvt-project/mvt/tree/master/docs/ios) in the official docs of the project.
Note that to perform the debug via USB you might need to give the Docker image access to the USB using "docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb mvt" or, preferably, the "--device=" parameter.
root@7c0eee1f07f7:/home/cases#
Where are the instructions on whay top do next?
Beta Was this translation helpful? Give feedback.
All reactions