android-security-awesome/README.md

179 lines
12 KiB
Markdown
Raw Normal View History

2015-08-07 16:52:35 +00:00
android-security-awesome [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2014-07-22 19:30:51 +00:00
========================
2014-07-22 19:53:10 +00:00
A collection of android security related resources.
A lot of work is happening in academia and industry on tools to perform dynamic analysis, static analysis and reverse engineering of android apps.
## ONLINE ANALYZERS
1. [AndroTotal](http://andrototal.org/)
2. [Anubis](http://anubis.iseclab.org/)
3. [App 360 scan](http://www.app360scan.com/)
4. [CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/)
6. [Dexter](http://dexter.dexlabs.org/)
2014-07-22 19:53:10 +00:00
7. [Foresafe](http://www.foresafe.com/scan)
8. [Mobile app insight](http://www.mobile-app-insight.org)
9. [Mobile-Sandbox](http://mobile-sandbox.com)
10. [Sandroid](http://sanddroid.xjtu.edu.cn/)
11. [Tracedroid](http://tracedroid.few.vu.nl/)
12. [Visual Threat](http://www.visualthreat.com/)
2014-09-26 22:38:14 +00:00
13. [Android Sandbox](http://www.androidsandbox.net/)
2014-11-07 22:00:11 +00:00
14. [Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php)
2015-04-02 18:39:07 +00:00
15. [MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp)
2015-02-08 05:01:34 +00:00
15. [IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free
2015-11-14 03:36:15 +00:00
16. [NVISO ApkScan](https://apkscan.nviso.be/)
2015-04-22 05:28:14 +00:00
17. [AVC UnDroid](http://www.av-comparatives.org/avc-analyzer/)
2014-07-22 19:53:10 +00:00
14. [Stowaway](http://www.android-permissions.org/) seems to be dead now
2015-06-27 21:16:34 +00:00
15. [Comdroid](http://www.comdroid.org/) - seems to be dead now
2014-07-22 19:53:10 +00:00
## STATIC ANALYSIS TOOLS
2. [Androwarn](https://github.com/maaaaz/androwarn/)
3. [ApkAnalyser](https://github.com/sonyxperiadev/ApkAnalyser)
4. [APKInspector](https://github.com/honeynet/apkinspector/)
5. [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm)
6. [Several tools from PSU](http://siis.cse.psu.edu/tools.html)
2015-12-05 14:06:10 +00:00
7. [Smali CFG generator](https://github.com/EugenioDelfa/Smali-CFGs)
2014-11-17 02:53:24 +00:00
8. [FlowDroid](http://sseblog.ec-spride.de/tools/flowdroid/)
2015-11-14 03:36:15 +00:00
9. [Android Decompiler](https://www.pnfsoftware.com/) not free
2015-01-14 19:00:39 +00:00
10. [PSCout](http://pscout.csl.toronto.edu/) - A tool that extracts the permission specification from the Android OS source code using static analysis
11. [Amandroid](http://amandroid.sireum.org/)
2015-03-14 18:35:34 +00:00
12. [SmaliSCA](https://github.com/dorneanu/smalisca) - Smali Static Code Analysis
2015-03-25 17:03:17 +00:00
13. [CFGScanDroid](https://github.com/douggard/CFGScanDroid) - Scans and compares CFG against CFG of malicious applications
2015-03-31 04:04:35 +00:00
14. [Madrolyzer](https://github.com/maldroid/maldrolyzer) - extracts actionable data like C&C, phone number etc.
15. [SPARTA](http://www.cs.washington.edu/sparta) - verifies (proves) that an app satisfies an information-flow security policy; built on the [Checker Framework](http://checkerframework.org/)
2015-11-15 02:07:34 +00:00
## APP VULNERABILITY SCANNERS
1. [QARK](https://github.com/linkedin/qark/) - QARK by LinkedIn is for app developers to scan app for security issues
2. [AndroBugs](https://github.com/AndroBugs/AndroBugs_Framework)
2014-07-22 19:53:10 +00:00
## DYNAMIC ANALYSIS TOOLS
1. [Android DBI frameowork](http://www.mulliner.org/blog/blosxom.cgi/security/androiddbiv02.html)
2. [Android Malware Analysis Toolkit](http://www.mobilemalware.com.br/amat/download.html) - (linux distro) Earlier it use to be an [online analyzer](http://dunkelheit.com.br/amat/analysis/index_en.html)
2015-11-14 03:36:15 +00:00
5. [AppUse](https://appsec-labs.com/AppUse/) custom build for pentesting
7. [Cobradroid](https://www.thecobraden.com/projects/cobradroid/) custom image for malware analysis
8. [ViaLab Community Edition](https://www.nowsecure.com/product-updates/introducing-vialab-community-edition.html%23viaforensics)
2014-07-22 19:53:10 +00:00
9. [Droidbox](http://code.google.com/p/droidbox/)
10. [Mercury](http://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/)
2015-11-14 03:36:15 +00:00
11. [Drozer](https://www.mwrinfosecurity.com/products/drozer/)
2014-07-22 19:53:10 +00:00
12. [Taintdroid](http://appanalysis.org/download.html) - requires AOSP compilation
13. [Xposed](http://forum.xda-developers.com/showthread.php?t=1574401) - equivalent of doing Stub based code injection but without any modifications to the binary
15. [Android Hooker](https://github.com/AndroidHooker/hooker) - API Hooking of java methods triggered by any Android application (requires the Substrate Framework)
2015-01-13 08:52:05 +00:00
16. [Android tamer](https://androidtamer.com/) - custom image
2015-01-19 08:57:08 +00:00
17. [Droidscope](https://code.google.com/p/decaf-platform/wiki/DroidScope) - custom image for dynamic analysis
2015-07-02 07:06:49 +00:00
18. [CuckooDroid](https://github.com/idanr1986/cuckoo-droid) - Android extension for Cuckoo sandbox
2015-07-16 19:33:44 +00:00
19. [Mem](https://github.com/MobileForensicsResearch/mem) - Memory analysis of Android (root required)
16. [Crowdroid](http://www.ida.liu.se/labs/rtslab/publications/2011/spsm11-burguera.pdf) unable to find the actual tool
16. [AuditdAndroid](https://github.com/nwhusted/AuditdAndroid) android port of auditd, not under active development anymore
16. [Android Security Evaluation Framework](https://code.google.com/p/asef/) - not under active development anymore
2015-01-10 19:11:12 +00:00
18. [Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) ARE (android reverse engineering) not under active development anymore
19. [Ijiami (Chinese)](http://safe.ijiami.cn/) - seems dead now
2015-01-10 16:45:31 +00:00
16. [Aurasium](http://www.aurasium.com/) rewrites the android app to add security policy, seems dead now
2015-01-18 04:20:42 +00:00
17. [Android Linux Kernel modules](https://github.com/strazzere/android-lkms)
2015-07-02 07:06:49 +00:00
18.
2015-11-14 03:36:15 +00:00
18. [Appie](https://manifestsecurity.com/appie/) - Appie is a software package that has been pre-configured to function as an Android Pentesting Environment.It is completely portable and can be carried on USB stick or smartphone.This is a one stop answer for all the tools needed in Android Application Security Assessment and an awesome alternative to existing virtual machines.
19. [StaDynA](https://github.com/zyrikby/StaDynA) - a system supporting security app analysis in the presence of dynamic code update features (dynamic class loading and reflection). This tool combines static and dynamic analysis of Android applications in order to reveal the hidden/updated behavior and extend static analysis results with this information.
2015-06-08 02:00:14 +00:00
20. [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete
2015-10-19 19:12:01 +00:00
21. [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis
2014-07-22 19:53:10 +00:00
## REVERSE ENGINEERING
1. [Smali/Baksmali](http://code.google.com/p/smali/) apk decompilation
3. [emacs syntax coloring for smali files](https://github.com/strazzere/Emacs-Smali)
4. [vim syntax coloring for smali files](http://codetastrophe.com/smali.vim)
5. [AndBug](https://github.com/swdunlop/AndBug)
6. [Androguard](https://github.com/androguard/androguard) powerful, integrates well with other tools
2014-07-22 19:53:10 +00:00
7. [Apktool](http://code.google.com/p/android-apktool/) really useful for compilation/decompilation (uses smali)
2015-11-14 03:36:15 +00:00
8. [Android Framework for Exploitation](https://github.com/appknox/AFE)
2014-07-22 19:53:10 +00:00
9. [Bypass signature and permission checks for IPCs](https://github.com/iSECPartners/Android-KillPermAndSigChecks)
10. [Android OpenDebug](https://github.com/iSECPartners/Android-OpenDebug) make any application on device debuggable (using cydia substrate).
11. [Dare](http://siis.cse.psu.edu/dare/index.html) .dex to .class converter
2015-11-14 03:36:15 +00:00
12. [Dex2Jar](https://github.com/pxb1988/dex2jar) - dex to jar converter
2015-06-09 17:36:34 +00:00
13. [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google
2014-07-22 19:53:10 +00:00
13. [Dedexer](http://dedexer.sourceforge.net)
14. [Fino](https://github.com/sysdream/fino)
15. [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit
2015-11-14 03:36:15 +00:00
17. [IntentSniffer](https://www.nccgroup.trust/us/about-us/resources/intent-sniffer/)
2014-07-22 19:53:10 +00:00
18. [Introspy](https://github.com/iSECPartners/Introspy-Android)
2015-11-14 03:36:15 +00:00
19. [Jad]( http://varaneckas.com/jad/) - Java decompiler
2015-06-27 21:19:12 +00:00
20. [JD-GUI](https://github.com/java-decompiler/jd-gui) - Java decompiler
2015-01-07 09:19:49 +00:00
21. [CFR](http://www.benf.org/other/cfr/) - Java decompiler
22. [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler
23. [Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler
2015-03-30 20:26:41 +00:00
24. [FernFlower](https://github.com/fesh0r/fernflower) - Java decompiler
2014-07-22 19:53:10 +00:00
21. [Redexer](https://github.com/plum-umd/redexer) apk manipulation
22. [Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip)
2015-01-23 14:45:54 +00:00
23. [ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid) (no longer available), [fork/mirror](https://github.com/yangbean9/ZjDroid)
2014-12-08 09:26:20 +00:00
24. [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify)
2015-01-13 09:59:34 +00:00
25. [Bytecode viewer](https://github.com/Konloch/bytecode-viewer)
2015-02-22 18:25:43 +00:00
26. [Krakatau](https://github.com/Storyyeller/Krakatau)
2014-07-22 19:53:10 +00:00
## FUZZ TESTING
2015-11-14 03:36:15 +00:00
1. [IntentFuzzer](https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/)
2. [Radamsa Fuzzer](https://github.com/anestisb/radamsa-android)
3. [Honggfuzz](https://github.com/google/honggfuzz)
4. [An Android port of the melkor ELF fuzzer](https://github.com/anestisb/melkor-android)
5. [Media Fuzzing Framework for Android](https://github.com/fuzzing/MFFA)
##APP REPACKAGING DETECTORS
1. [FSquaDRA](https://github.com/zyrikby/FSquaDRA) - a tool for detection of repackaged Android applications based on app resources hash comparison.
2014-08-11 02:42:24 +00:00
## Exploitable Vulnerabilties
1. [Vulnerability Google
doc](https://docs.google.com/spreadsheet/pub?key=0Am5hHW4ATym7dGhFU1A4X2lqbUJtRm1QSWNRc3E0UlE&single=true&gid=0&output=html)
2. [Root Exploits (from Drozer issue
#56)](https://github.com/mwrlabs/drozer/issues/56)
2014-08-11 02:42:24 +00:00
2014-07-22 19:53:10 +00:00
## SAMPLE SOURCES
1. [contagio mini dump](http://contagiominidump.blogspot.com)
2. [Open Source database](http://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares)
3. [Drebin](http://user.informatik.uni-goettingen.de/~darp/drebin/)
2015-09-24 19:59:01 +00:00
4. [Admire](http://admire.necst.it/)
2015-11-15 03:24:04 +00:00
5. [MalGenome](http://www.malgenomeproject.org/policy.html) - contains 1260 malware samples categorized into 49 different malware families, free for research purpose.
6. [VirusTotal Malware Intelligence Service](https://www.virustotal.com/en/about/contact/) - powered by VirusTotal,not free
2015-08-07 17:20:24 +00:00
## Reading material
1. [Android Security (and Not) Internals](http://www.zhauniarovich.com/pubs.html)
2015-08-07 17:20:24 +00:00
2. [Android security related presentations](https://github.com/jacobsoo/AndroidSlides)
2015-11-14 03:36:15 +00:00
3. [A good collection of static analysis papers](https://tthtlc.wordpress.com/2011/09/01/static-analysis-of-android-applications/)
2014-07-22 19:53:10 +00:00
2015-08-08 14:48:19 +00:00
## MARKET CRAWLERS
1. [Google play crawler (Java)](https://github.com/Akdeniz/google-play-crawler)
2. [Google play crawler (Python)](https://github.com/egirault/googleplay-api)
2. [Google play crawler (Node) ](https://github.com/dweinstein/node-google-play) - get app details and download apps from official Google Play Store.
3. [Aptoide downloader (Node)](https://github.com/dweinstein/node-aptoide) - download apps from Aptoide third-party Android market
4. [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market
2015-08-07 17:20:24 +00:00
## MISC TOOLS
2014-07-22 19:53:10 +00:00
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
5. [adb autocomplete](https://romannurik-code.googlecode.com/git/bash_completion/adb)
2014-08-27 21:51:33 +00:00
6. [Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html)
2015-11-14 03:36:15 +00:00
7. [Opcodes table for quick reference](http://www.xchg.info/corkami/opcodes_tables.pdf)
2014-08-27 21:51:33 +00:00
9. [ExploitMe](http://securitycompass.github.io/AndroidLabs/setup.html) - for practice
10. [GoatDroid](https://github.com/jackMannino/OWASP-GoatDroid-Project) - for practice
11. [Android Labs](http://securitycompass.github.io/AndroidLabs/setup.html) - for practice
2015-01-09 18:53:03 +00:00
12. [mitmproxy](https://github.com/mitmproxy/mitmproxy)
13. [dockerfile/androguard](https://github.com/dweinstein/dockerfile-androguard)
2015-10-29 18:03:08 +00:00
14. [Android Vulnerability Test Suite](https://github.com/nowsecure/android-vts) - android-vts scans a device for set of vulnerabilities
2014-07-29 08:07:02 +00:00
# Other Awesome Lists
Other amazingly awesome lists can be found in the
[awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.
# Contributing
Your contributions are always welcome!
2014-07-22 19:53:10 +00:00