diff --git a/README.md b/README.md index d182383..ed3022f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ A collection of Android security-related resources. 1. [NowSecure Lab Automated](https://www.nowsecure.com/blog/2016/09/19/announcing-nowsecure-lab-automated/) - Enterprise tool for mobile app security testing both Android and iOS mobile apps. Lab Automated features dynamic and static analysis on real devices in the cloud to return results in minutes. Not free 1. [App Detonator](https://appdetonator.run/) - Detonate APK binary to provide source code level details including app author, signature, build, and manifest information. 3 Analysis/day free quota. 1. [Pithus](https://beta.pithus.org/) - Open-Source APK analyzer. Still in Beta for the moment and limited to static analysis for the moment. Possible to hunt malware with Yara rules. More [here](https://beta.pithus.org/about/). -1. [Approver](https://approver.talos-sec.com/) - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free. 1. [Oversecured](https://oversecured.com/) - Enterprise vulnerability scanner for Android and iOS apps, it offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process. Not free. 1. [AppSweep by Guardsquare](https://appsweep.guardsquare.com/) - Free, fast Android application security testing for developers 1. [Koodous](https://koodous.com) - Performs static/dynamic malware analysis over a vast repository of Android samples and checks them against public and private Yara rules. @@ -47,6 +46,7 @@ A collection of Android security-related resources. 1. ~~[Dexter](https://dexter.dexlabs.org/)~~ 1. ~~[MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp)~~ 1. ~~[Fireeye](https://fireeye.ijinshan.com/)- max 60MB 15/day~~ +1. ~~[approver](https://approver.talos-sec.com/) - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.~~ ### Static Analysis Tools @@ -189,7 +189,7 @@ A collection of Android security-related resources. 1. [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market 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.~~ +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 45f8a1c..56ba01f 100755 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -32,7 +32,8 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/', '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://apkpure.com' +'https://apkpure.com',\ +'https://approver.talos-sec.com' FLAKY_URLS='http://safe.ijiami.cn/',\ 'https://apkcombo.com/apk-downloader/',\