From 97fb3eb92c982e745c0ff5478e89ac3d595382f9 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sat, 3 Aug 2024 23:37:16 +0200 Subject: [PATCH] Downloading APK files (Unofficial Stores) --- docs/methodology/android-applications.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/methodology/android-applications.md b/docs/methodology/android-applications.md index b52f6ca..e28f1aa 100644 --- a/docs/methodology/android-applications.md +++ b/docs/methodology/android-applications.md @@ -25,8 +25,14 @@ adb pull /data/app/com.example.someapp-2.apk Warning: Downloading APK files from unofficial stores can compromise your device's security. These sources often host malware and malicious software. Always use trusted and official app stores for downloads. * [Google Play](https://play.google.com/store/apps) - Official Store -* [Apkpure](https://apkpure.fr/fr/) - Alternative to Google Play +* [Apkpure.fr](https://apkpure.fr/fr/) - Alternative to Google Play +* [Apkpure.co](https://apkpure.co) - Alternative to Google Play * [Aptoide](https://fr.aptoide.com/) - Alternative to Google Play +* [Aurora Store](https://f-droid.org/fr/packages/com.aurora.store/) - Alternative to Google Play + +Download APK from Google Play using a 3rd Party: +* [apkcombo.com](https://apkcombo.com/downloader/) +* [apps.evozi.com](https://apps.evozi.com/apk-downloader/) ## Static Analysis