Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide to backup and analyse iOS devices without iTunes #97

Open
U039b opened this issue Jul 24, 2021 · 5 comments
Open

Guide to backup and analyse iOS devices without iTunes #97

U039b opened this issue Jul 24, 2021 · 5 comments

Comments

@U039b
Copy link
Contributor

U039b commented Jul 24, 2021

Hi!
This is not an issue.

We published a step-by-step guide to conduct forensic analysis of an iOS device using Docker and MVT. We wrote this guide because people are struggling to analyze iOS devices due to the complexity of the procedure on Linux and the incompatibility of libimobiledevice with the latest iOS versions.
Link: https://defensive-lab.agency/2021/07/pegasus-ios-forensic/

This guide will be updated once the PR #16 is merged and will be referring to the official MVT Dockerfile.

NB: I am the co-author of this guide

@U039b U039b changed the title [Not an issue] Guide to backup and analyse iOS devices without iTune [Not an issue] Guide to backup and analyse iOS devices without iTunes Jul 24, 2021
@botherder botherder pinned this issue Jul 24, 2021
@botherder
Copy link
Contributor

Thank you for this guide, I pinned this issue for others to find more easily. I did some modifications and merged #16. If you wish to integrate any further instructions to the new documentation page, those would be very welcome.

@U039b
Copy link
Contributor Author

U039b commented Jul 24, 2021

Thank you, @botherder.
Regarding the improvement of the MVT documentation, what do you prefer, I add a link pointing to this guide or move this guide directly into the MVT documentation?
BTW, we are working on a video (in English and Arabic) showing the different steps of the guide.

@botherder botherder changed the title [Not an issue] Guide to backup and analyse iOS devices without iTunes Guide to backup and analyse iOS devices without iTunes Jul 24, 2021
@ghost

This comment has been minimized.

@prologic
Copy link

The aforementioned URL 502(s).

@Frxhb
Copy link

Frxhb commented Jul 28, 2021

Hello there. Thanks for the instruction. But I fail at step 5 (yes, docker is installed)

I get the following error:

``pi@raspberrypi:~/Pegasus_investigations $ sudo docker build -t mvt .
Sending build context to Docker daemon 1.529MB
Step 1/21 : FROM ubuntu:20.04
---> e97786bca973
Step 2/21 : RUN apt update && apt install -y python3 python3-pip libusb-1.0-0-dev && apt install -y wget && apt install -y adb && DEBIAN_FRONTEND=noninteractive apt-get -y install default-jre-headless
---> Running in a6d5c250eb23

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [101 kB]
Err:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
At least one invalid signature was encountered.
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
Err:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
At least one invalid signature was encountered.
Err:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
At least one invalid signature was encountered.
Err:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
At least one invalid signature was encountered.
Reading package lists...
W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal InRelease' is not signed.
W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease' is not signed.
W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease' is not signed.
W: GPG error: http://ports.ubuntu.com/ubuntu-ports focal-security InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-security InRelease' is not signed.
The command '/bin/sh -c apt update && apt install -y python3 python3-pip libusb-1.0-0-dev && apt install -y wget && apt install -y adb && DEBIAN_FRONTEND=noninteractive apt-get -y install default-jre-headless' returned a non-zero code: 100``

@botherder botherder added the ios label Aug 10, 2021
@Te-k Te-k unpinned this issue Nov 29, 2021
@Te-k Te-k pinned this issue Dec 3, 2021
@Te-k Te-k unpinned this issue Mar 15, 2022
@Te-k Te-k pinned this issue Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@botherder @prologic @U039b @Frxhb and others