From 757bd8618e72afeacd3246200219b69153836ae4 Mon Sep 17 00:00:00 2001 From: Maria Kispal Date: Wed, 15 Sep 2021 13:04:52 +0200 Subject: [PATCH 1/2] Fix url for Koodous with www in the url ends up in 404 page --- docs/android/methodology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/android/methodology.md b/docs/android/methodology.md index b0c2f34..acfc9fb 100644 --- a/docs/android/methodology.md +++ b/docs/android/methodology.md @@ -8,7 +8,7 @@ However, not all is lost. Because malware attacks over Android typically take the form of malicious or backdoored apps, the very first thing you might want to do is to extract and verify all installed Android packages and triage quickly if there are any which stand out as malicious or which might be atypical. -While it is out of the scope of this documentation to dwell into details on how to analyze Android apps, MVT does allow to easily and automatically extract information about installed apps, download copies of them, and quickly lookup services such as [VirusTotal](https://www.virustotal.com) or [Koodous](https://www.koodous.com) which might quickly indicate known bad apps. +While it is out of the scope of this documentation to dwell into details on how to analyze Android apps, MVT does allow to easily and automatically extract information about installed apps, download copies of them, and quickly lookup services such as [VirusTotal](https://www.virustotal.com) or [Koodous](https://koodous.com) which might quickly indicate known bad apps. ## Check the device over Android Debug Bridge From 1bfc683e4b77af501bd480904908ea893db0dfc6 Mon Sep 17 00:00:00 2001 From: Kvek Date: Wed, 15 Sep 2021 13:21:38 +0100 Subject: [PATCH 2/2] docs: update libimobiledevice url in docs --- docs/ios/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ios/install.md b/docs/ios/install.md index 7f8e57a..b68aab3 100644 --- a/docs/ios/install.md +++ b/docs/ios/install.md @@ -1,6 +1,6 @@ # Install libimobiledevice -Before proceeding with doing any acquisition of iOS devices we recommend installing [libimobiledevice](https://www.libimobiledevice.org/) utilities. These utilities will become useful when extracting crash logs and generating iTunes backups. Because the utilities and its libraries are subject to frequent changes in response to new versions of iOS, you might want to consider compiling libimobiledevice utilities from sources. Otherwise, if available, you can try installing packages available in your distribution: +Before proceeding with doing any acquisition of iOS devices we recommend installing [libimobiledevice](https://libimobiledevice.org/) utilities. These utilities will become useful when extracting crash logs and generating iTunes backups. Because the utilities and its libraries are subject to frequent changes in response to new versions of iOS, you might want to consider compiling libimobiledevice utilities from sources. Otherwise, if available, you can try installing packages available in your distribution: ```bash sudo apt install libimobiledevice-utils