diff --git a/README.md b/README.md index 9637a17..69c1f70 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ A collection of android security related resources. 1. [AndroTotal](http://andrototal.org/) -2. [Tracedroid](http://tracedroid.few.vu.nl/) 3. [Visual Threat](http://www.visualthreat.com/) 4. [Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php) 5. [Appknox](https://www.appknox.com/) - not free @@ -26,8 +25,9 @@ A collection of android security related resources. 12. [AppCritique](https://appcritique.boozallen.com) - Upload your Android APKs and receive comprehensive free security assessments. 13. [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 14. [AMAaaS](https://amaaas.com) - Android Malware Analysis as a Service. A baremetal service features static and dynamic analysis for Android applications. A product of MalwarePot (https://malwarepot.com/index.php/AMAaaS) - Free. +15. ~~[Tracedroid](http://tracedroid.few.vu.nl/)~~ 15. ~~[habo](https://habo.qq.com/) - 10/day~~ -16. ~~[CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/)~~ +16. ~~[CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/)~~ 17. ~~[SandDroid](http://sanddroid.xjtu.edu.cn/)~~ 18. ~~[Stowaway](http://www.android-permissions.org/)~~ 19. ~~[Anubis](http://anubis.iseclab.org/)~~ diff --git a/run_awesome_bot.sh b/run_awesome_bot.sh old mode 100644 new mode 100755 index cafbee3..2d24842 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -1,10 +1,11 @@ -#!/usr/bin/bash +#!/usr/bin/env bash set -euxo pipefail -DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/','http://sanddroid.xjtu.edu.cn/','http://www.foresafe.com/scan','https://github.com/BaiduSecurityLabs/ZjDroid','https://github.com/yangbean9/ZjDroid','https://appanalysis.org/download.html','https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/','https://dexter.dexlabs.org/','http://www.mobiseclab.org/eacus.jsp','https://fireeye.ijinshan.com/','http://www.comdroid.org/','http://www.androidsandbox.net/','http://andrototal.org','http://www.mobile-app-insight.org','http://anubis.iseclab.org/','http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip','habo.qq.com','www.fasteque.com','http://admire.necst.it/' \ +DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/','http://sanddroid.xjtu.edu.cn/','http://www.foresafe.com/scan','https://github.com/BaiduSecurityLabs/ZjDroid','https://github.com/yangbean9/ZjDroid','https://appanalysis.org/download.html','https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/','https://dexter.dexlabs.org/','http://www.mobiseclab.org/eacus.jsp','https://fireeye.ijinshan.com/','http://www.comdroid.org/','http://www.androidsandbox.net/','http://andrototal.org','http://www.mobile-app-insight.org','http://anubis.iseclab.org/','http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip','habo.qq.com','www.fasteque.com','http://admire.necst.it/','tracedroid.few.vu.nl','appanalysis.org' \ FLAKY_URLS='http://safe.ijiami.cn/' SRC_FILE=README.md +# Run `gem install awesome_bot` to install awesome_bot awesome_bot \ --allow-redirect \ --allow-ssl \