mvt-project / mvt

MVT (Mobile Verification Toolkit) helps with conducting forensics of mobile devices in order to find signs of a potential compromise.
https://mvt.re
Other
10.37k stars 976 forks source link

iPhone access from container #524

Open Peco602 opened 1 month ago

Peco602 commented 1 month ago

I need to mount /var/run to Docker container to be able to connect to an iPhone.

scribblemaniac commented 3 weeks ago

If you have usbmuxd installed on the host device, you only need to mount /var/run/usbmuxd to access an iPhone. There might be some other options that also work, but the docker container will always require extra permissions because containers do not have access to the host's USB devices by default.

Peco602 commented 2 weeks ago

The tutorial must be updated then.