android-security-awesome/run_awesome_bot.sh

26 lines
1.2 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
2018-10-19 21:03:40 +00:00
set -euxo pipefail
2018-10-04 07:05:45 +00:00
2018-10-19 21:03:40 +00:00
2019-03-29 23:36:27 +00:00
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',\
2019-05-28 22:16:43 +00:00
'https://redmine.honeynet.org/projects/are/wiki','https://www.visualthreat.com/'
2019-03-29 23:36:27 +00:00
2018-10-19 21:03:40 +00:00
FLAKY_URLS='http://safe.ijiami.cn/'
SRC_FILE=README.md
# Run `gem install awesome_bot` to install awesome_bot
2018-10-04 07:10:47 +00:00
awesome_bot \
2018-10-04 07:05:45 +00:00
--allow-redirect \
--allow-ssl \
2018-10-04 07:11:20 +00:00
--skip-save-results \
2018-10-19 21:03:40 +00:00
--white-list ${DEAD_URLS},${FLAKY_URLS} \
--files ${SRC_FILE}