mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 11:36:09 +00:00
Mark TraceDroid dead
Also ignore appanalysis.org, it works but for some reason, Travis CI times out while trying to access it. ``` Issues :-( > Links 1. [L107] http://appanalysis.org Connection reset by peer > Dupes None ✓ The command "bash run_awesome_bot.sh" exited with 1. ```
This commit is contained in:
parent
5b93c24601
commit
2241bf79ad
@ -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/)~~
|
||||
|
5
run_awesome_bot.sh
Normal file → Executable file
5
run_awesome_bot.sh
Normal file → Executable file
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user