From 8df381ea30a415d53932a76c08d09afa4548a2b9 Mon Sep 17 00:00:00 2001 From: Tormyst Date: Tue, 15 Aug 2017 13:04:28 -0300 Subject: [PATCH 1/2] Fixing link to Drebin dataset --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d64a3c..ed41a28 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Malware * [Contagio Mobile Malware Mini Dump](http://contagiominidump.blogspot.com) * [VirusTotal Malware Intelligence Service](https://www.virustotal.com/en/about/contact/) - powered by VirusTotal, not free * [Admire](http://admire.necst.it/) -* ~~[Drebin](http://user.informatik.uni-goettingen.de/~darp/drebin/)~~ +* [Drebin](https://www.sec.cs.tu-bs.de/~danarp/drebin/) From da2cc24a1c73109b99a1c39b5e027577fa4ac428 Mon Sep 17 00:00:00 2001 From: Tormyst Date: Tue, 15 Aug 2017 14:05:19 -0300 Subject: [PATCH 2/2] Removing Drebin from awesome_bot check I am not sure why this is here twice, and I was not going to look into fixing the others, but I figured this at least relates to the fix of Drebin's new location. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b03fa5..a69d1f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot --white-list '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','http://user.informatik.uni-goettingen.de/~darp/drebin/','https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/' --allow-redirect --files README.md + - awesome_bot --white-list '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/' --allow-redirect --files README.md