From 56c4f1aabc669d3a3c4488afc785fd5e38d4ac70 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Thu, 24 Oct 2019 22:02:39 -0700 Subject: [PATCH] Mark more dead URLs --- README.md | 6 +++--- run_awesome_bot.sh | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fca5b2a..b366788 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ A collection of android security related resources. 1. [AndroTotal](http://andrototal.org/) 5. [Appknox](https://www.appknox.com/) - not free -7. [NVISO ApkScan](https://apkscan.nviso.be/) 8. [AVC UnDroid](http://undroid.av-comparatives.info/) 10. [Virustotal](https://www.virustotal.com/) - max 128MB 11. [Fraunhofer App-ray](http://app-ray.co/) - not free 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 +14. [AMAaaS](https://amaaas.com) - Free Android Malware Analysis Service. A baremetal service features static and dynamic analysis for Android applications. A product of [MalwarePot](https://malwarepot.com/index.php/AMAaaS). +15. ~~[NVISO ApkScan](https://apkscan.nviso.be/) - sunsetting on Oct 31, 2019~~ 4. ~~[Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php)~~ 6. ~~[IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free~~ 15. ~~[Visual Threat](https://www.visualthreat.com/) - no longer an Android app analyzer~~ @@ -166,7 +166,6 @@ A collection of android security related resources. ### Misc Tools 1. [smalihook](http://androidcracking.blogspot.com/2011/03/original-smalihook-java-source.html) -2. [APK-Downloader](http://codekiem.com/2012/02/24/apk-downloader/) 3. [AXMLPrinter2](http://code.google.com/p/android4me/downloads/detail?name=AXMLPrinter2.jar) - to convert binary XML files to human-readable XML files 4. [adb autocomplete](https://github.com/mbrubeck/android-completion) 5. [Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html) @@ -179,6 +178,7 @@ A collection of android security related resources. 12. [Android Vulnerability Test Suite](https://github.com/AndroidVTS/android-vts) - android-vts scans a device for set of vulnerabilities 13. [AppMon](https://github.com/dpnishant/appmon)- AppMon is an automated framework for monitoring and tampering system API calls of native macOS, iOS and android apps. It is based on Frida. 14. [Internal Blue](https://github.com/seemoo-lab/internalblue) - Bluetooth experimentation framework based on Reverse Engineering of Broadcom Bluetooth Controllers +15. ~~[APK-Downloader](http://codekiem.com/2012/02/24/apk-downloader/)~~ - seems dead now ## Academic/Research/Publications/Books diff --git a/run_awesome_bot.sh b/run_awesome_bot.sh index 0f6b585..d87d142 100755 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -14,7 +14,8 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/', 'http://appanalysis.org','http://dunkelheit.com.br','https://mobile-security.zeef.com',\ 'https://redmine.honeynet.org/projects/are/wiki','https://www.visualthreat.com/',\ 'http://www.mobilemalware.com.br','https://appscan.bluemix.net',\ -'http://siis.cse.psu.edu/tools.html','http://siis.cse.psu.edu/dare/index.html' +'http://siis.cse.psu.edu/tools.html','http://siis.cse.psu.edu/dare/index.html',\ +'http://codekiem.com/2012/02/24/apk-downloader/','https://apkscan.nviso.be' FLAKY_URLS='http://safe.ijiami.cn/' SRC_FILE=README.md