diff --git a/README.md b/README.md index 164e593..d182383 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ A collection of Android security-related resources. 1. [Google Play crawler (Node)](https://github.com/dweinstein/node-google-play) - get app details and download apps from the official Google Play Store. 1. [Aptoide downloader (Node)](https://github.com/dweinstein/node-aptoide) - download apps from Aptoide third-party Android market 1. [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market -1. [Apkpure](https://apkpure.com/) - Online apk downloader. Provides also its own app for downloading. 1. [PlaystoreDownloader](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader) - PlaystoreDownloader is a tool for downloading Android applications directly from the Google Play Store. After an initial (one-time) configuration, applications can be downloaded by specifying their package name. 1. [APK Downloader](https://apkcombo.com/apk-downloader/) Online Service to download APK from Playstore for specific Android Device Configuration +~~1. [Apkpure](https://apkpure.com/) - Online apk downloader. Provides also its own app for downloading.~~ ### Misc Tools diff --git a/run_awesome_bot.sh b/run_awesome_bot.sh index 4668b3d..45f8a1c 100755 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -31,7 +31,8 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/', 'https://www.android-device-security.org/client/datatable',\ 'http://pralab.diee.unica.it/en/AndroidPRAGuardDataset',\ 'https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/',\ -'https://www.sec.tu-bs.de/~danarp/drebin/' +'https://www.sec.tu-bs.de/~danarp/drebin/',\ +'https://apkpure.com' FLAKY_URLS='http://safe.ijiami.cn/',\ 'https://apkcombo.com/apk-downloader/',\