diff --git a/README.md b/README.md index 69c1f70..0b39d54 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ A collection of android security related resources. 2. [doridori/Android-Security-Reference](https://github.com/doridori/Android-Security-Reference) 3. [android app security checklist](https://github.com/b-mueller/android_app_security_checklist) 4. [Mobile App Pentest Cheat Sheet](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet) -5. [Mobile Security Reading Room](https://mobile-security.zeef.com) - A reading room which contains well categorised technical reading material about mobile penetration testing, mobile malware, mobile forensics and all kind of mobile security related topics +5. ~~[Mobile Security Reading Room](https://mobile-security.zeef.com) - A reading room which contains well categorised technical reading material about mobile penetration testing, mobile malware, mobile forensics and all kind of mobile security related topics~~ 6. ~~[Android Reverse Engineering 101 by Daniele Altomare](http://www.fasteque.com/android-reverse-engineering-101-part-1/)~~ diff --git a/run_awesome_bot.sh b/run_awesome_bot.sh index 2d24842..940c50e 100755 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -2,7 +2,17 @@ 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/','tracedroid.few.vu.nl','appanalysis.org' \ +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',\ +'http://appanalysis.org','http://dunkelheit.com.br','https://mobile-security.zeef.com' + FLAKY_URLS='http://safe.ijiami.cn/' SRC_FILE=README.md # Run `gem install awesome_bot` to install awesome_bot