TamerPlatform / Tools_Repository

This repository will only hold issues around various Tools to be bundled in AndroidTamer
12 stars 5 forks source link

Proposed tool: Online assessment autosubmitter and result collector #14

Open anantshri opened 8 years ago

anantshri commented 8 years ago

A shell script / python code which autosubmits to various online services and keep a tab when results are available.

preferably also co-related the results and agregates the list of findings or at the least list out all findings in one place where human can co-relate with them.

Todo:

Nice-to-have feature

anantshri commented 8 years ago

http://docs.koodous.com/

anantshri commented 7 years ago

https://android.fallible.co/#

anantshri commented 7 years ago

http://judge.rednaga.io

anantshri commented 7 years ago

http://www.apk-deguard.com

anantshri commented 7 years ago

https://mobilesecuritywiki.com/#-online-analyzers-

anantshri commented 7 years ago

https://github.com/Koodous/python-sdk

Chan9390 commented 7 years ago

Detailed Description

andrototal.org

akana.mobiseclab.org

copperdroid.isg.rhul.ac.uk/copperdroid/

dexter.dexlabs.org

mobiseclab.org/eacus.jsp

mobilesandbox.org

apkscan.nviso.be

sanddroid.xjtu.edu.cn

virustotal.com

android.fallible.co

judge.rednaga.io

apk-deguard.com

koodous.com

anantshri commented 6 years ago

github.com/kudelskisecurity/check_all_apks <- nice idea to get checksums of all apk's and run them past VT. However its too convaluted. why require drozer etc when you can get package out from phone by using pm list package etc so a simple rewrite of this tool could be done or we can simple take apk's checksum and match at vt also.