android-security-awesome/README.md

243 lines
16 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.
1. [TOOLS](#tools)
2. [ACADEMIC / RESEARCH / PUBLICATIONS / BOOKS](#academic)
3. [EXPLOITS / VULNERABILITIES / BUGS](#exploits)
2014-07-22 19:53:10 +00:00
----
2017-02-17 17:15:52 +00:00
#<a name="tools"></a>TOOLS
2014-07-22 19:53:10 +00:00
Online Analyzers
----
2014-07-22 19:53:10 +00:00
1. [AndroTotal](http://andrototal.org/)
2016-03-26 21:20:28 +00:00
* [Dexter](https://dexter.dexlabs.org/)
2015-12-28 03:49:38 +00:00
* [Tracedroid](http://tracedroid.few.vu.nl/)
* [Visual Threat](http://www.visualthreat.com/)
* [Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php)
* [MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp)
* [Appknox](https://appknox.com) - not free
2015-12-28 03:49:38 +00:00
* [IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free
2016-03-26 22:07:42 +00:00
* [NVISO ApkScan](https://apkscan.nviso.be/)
2015-12-28 03:49:38 +00:00
* [AVC UnDroid](http://www.av-comparatives.org/avc-analyzer/)
2015-12-28 07:37:07 +00:00
* [Fireeye](https://fireeye.ijinshan.com/)- max 60MB 15/day
2016-03-26 22:07:42 +00:00
* [habo](https://habo.qq.com/) 10/day
2015-12-28 03:49:38 +00:00
* [Virustotal](https://www.virustotal.com/)-max 128MB
2017-02-03 12:51:22 +00:00
* [Fraunhofer App-ray](http://www.app-ray.co) - not free
2017-02-03 00:41:31 +00:00
* [AppCritique](http://appcritique.io/) - Upload your Android APKs and receive comprehensive free security assessments.
2016-08-13 19:42:09 +00:00
* ~~[CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/)~~
* ~~[SandDroid](http://sanddroid.xjtu.edu.cn/)~~
* ~~[Stowaway](http://www.android-permissions.org/)~~
* ~~[Anubis](http://anubis.iseclab.org/)~~
* ~~[Mobile app insight](http://www.mobile-app-insight.org)~~
* ~~[Mobile-Sandbox](http://mobile-sandbox.com)~~
* ~~[Ijiami](http://safe.ijiami.cn/)~~
* ~~[Comdroid](http://www.comdroid.org/)~~
* ~~[Android Sandbox](http://www.androidsandbox.net/)~~
* ~~[Foresafe](http://www.foresafe.com/scan)~~
2015-12-28 03:49:38 +00:00
Static Analysis Tools
----
2014-07-22 19:53:10 +00:00
2015-10-23 02:05:02 +00:00
1. [Androwarn](https://github.com/maaaaz/androwarn/) - detect and warn the user about potential malicious behaviours developped by an Android application.
* [ApkAnalyser](https://github.com/sonyxperiadev/ApkAnalyser)
* [APKInspector](https://github.com/honeynet/apkinspector/)
* [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm)
2016-07-08 08:17:07 +00:00
* [DroidLegacy](https://bitbucket.org/srl/droidlegacy)
2015-10-23 02:05:02 +00:00
* [Several tools from PSU](http://siis.cse.psu.edu/tools.html)
2015-12-28 08:12:42 +00:00
* [Smali CFG generator](https://github.com/EugenioDelfa/Smali-CFGs)
2016-03-26 22:07:42 +00:00
* [FlowDroid](https://blogs.uni-paderborn.de/sse/tools/flowdroid/)
2015-12-28 08:12:42 +00:00
* [Android Decompiler](https://www.pnfsoftware.com/) not free
2015-10-23 02:05:02 +00:00
* [PSCout](http://pscout.csl.toronto.edu/) - A tool that extracts the permission specification from the Android OS source code using static analysis
* [Amandroid](http://amandroid.sireum.org/)
* [SmaliSCA](https://github.com/dorneanu/smalisca) - Smali Static Code Analysis
* [CFGScanDroid](https://github.com/douggard/CFGScanDroid) - Scans and compares CFG against CFG of malicious applications
* [Madrolyzer](https://github.com/maldroid/maldrolyzer) - extracts actionable data like C&C, phone number etc.
2016-03-26 22:07:42 +00:00
* [SPARTA](http://www.cs.washington.edu/sparta) - verifies (proves) that an app satisfies an information-flow security policy; built on the [Checker Framework](http://types.cs.washington.edu/checker-framework/)
2016-02-29 06:17:46 +00:00
* [ConDroid](https://github.com/JulianSchuette/ConDroid) - Performs a combination of symoblic + concrete execution of the app
2014-07-22 19:53:10 +00:00
App Vulnerability Scanners
----
2015-11-15 02:07:34 +00:00
1. [QARK](https://github.com/linkedin/qark/) - QARK by LinkedIn is for app developers to scan app for security issues
2016-12-05 07:25:33 +00:00
* [AndroBugs](https://github.com/AndroBugs/AndroBugs_Framework)
* [Nogotofail](https://github.com/google/nogotofail)
* [Devknox](https://devknox.io/) - Autocorrect security issues as if it was spell check from your IDE
* [JAADAS](https://github.com/flankerhqd/JAADAS) - Joint intraprocedure and interprocedure program analysis tool to find vulnerabilities in Android apps, built on Soot and Scala
2015-12-28 07:45:42 +00:00
Dynamic Analysis Tools
----
2014-07-22 19:53:10 +00:00
1. [Android DBI frameowork](http://www.mulliner.org/blog/blosxom.cgi/security/androiddbiv02.html)
2017-02-03 00:41:31 +00:00
2. [Androl4b](https://github.com/sh4hin/Androl4b)- A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
2016-08-13 19:52:56 +00:00
* [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.php)
* [Mobile-Security-Framework MobSF](https://github.com/ajinabraham/Mobile-Security-Framework-MobSF) - Mobile Security Framework is an intelligent, all-in-one open source mobile application (Android/iOS) automated pen-testing framework capable of performing static, dynamic analysis and web API testing.
2016-03-26 22:07:42 +00:00
* [AppUse](https://appsec-labs.com/AppUse/) custom build for pentesting
* [Cobradroid](https://thecobraden.com/projects/cobradroid/) custom image for malware analysis
2016-11-03 15:24:56 +00:00
* [ViaLab Community Edition](https://www.nowsecure.com/blog/2014/09/09/introducing-vialab-community-edition/)
2016-03-26 22:07:42 +00:00
* [Droidbox](https://github.com/pjlantz/droidbox)
2017-02-03 12:51:22 +00:00
* ~~[Mercury](https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/)~~
2017-02-03 00:41:31 +00:00
* [Drozer](https://github.com/mwrlabs/drozer)
* [Xposed](https://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053) - equivalent of doing Stub based code injection but without any modifications to the binary
2016-12-04 23:30:27 +00:00
* [Inspeckage](https://github.com/ac-pm/Inspeckage) - Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
2016-07-23 09:31:33 +00:00
* [Android Hooker](https://github.com/AndroidHooker/hooker) - Dynamic Java code instrumentation (requires the Substrate Framework)
* [ProbeDroid](https://github.com/ZSShen/ProbeDroid) - Dynamic Java code instrumentation
2016-07-03 09:59:43 +00:00
* [Android Tamer](https://androidtamer.com/) - Virtual / Live Platform for Android Security Professionals
2016-08-28 19:17:57 +00:00
* [DECAF](https://github.com/sycurelab/DECAF) - Dynamic Executable Code Analysis Framework based on QEMU (DroidScope is now an extension to DECAF)
2015-12-28 03:49:38 +00:00
* [CuckooDroid](https://github.com/idanr1986/cuckoo-droid) - Android extension for Cuckoo sandbox
* [Mem](https://github.com/MobileForensicsResearch/mem) - Memory analysis of Android (root required)
* [Crowdroid](http://www.ida.liu.se/labs/rtslab/publications/2011/spsm11-burguera.pdf) unable to find the actual tool
* [AuditdAndroid](https://github.com/nwhusted/AuditdAndroid) android port of auditd, not under active development anymore
* [Android Security Evaluation Framework](https://code.google.com/p/asef/) - not under active development anymore
* [Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) ARE (android reverse engineering) not under active development anymore
* [Aurasium](https://github.com/xurubin/aurasium) Practical security policy enforcement for Android apps via bytecode rewriting and in-place reference monitor.
* [Android Linux Kernel modules](https://github.com/strazzere/android-lkms)
2016-03-26 22:07:42 +00:00
* [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.
2015-12-28 03:49:38 +00:00
* [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.
* [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete
* [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis
* [MARA](https://github.com/xtiankisutsa/MARA_Framework) - Mobile Application Reverse engineering and Analysis Framework
2016-11-07 15:30:02 +00:00
* [NowSecure Lab Automated](https://www.nowsecure.com/blog/2016/09/19/announcing-nowsecure-lab-automated/) - Enterprise tool for mobile app security testing both Android and iOS mobile apps. Lab Automated features dynamic and static analysis on real devices in the cloud to return results in minutes.
2016-11-16 15:11:22 +00:00
* ~~[Taintdroid](https://appanalysis.org/download.html)~~ - requires AOSP compilation
2014-07-22 19:53:10 +00:00
Reverse Engineering
----
2014-07-22 19:53:10 +00:00
2016-03-26 22:07:42 +00:00
1. [Smali/Baksmali](https://github.com/JesusFreke/smali) apk decompilation
2015-12-28 03:49:38 +00:00
* [emacs syntax coloring for smali files](https://github.com/strazzere/Emacs-Smali)
* [vim syntax coloring for smali files](http://codetastrophe.com/smali.vim)
* [AndBug](https://github.com/swdunlop/AndBug)
* [Androguard](https://github.com/androguard/androguard) powerful, integrates well with other tools
2016-03-26 22:07:42 +00:00
* [Apktool](https://ibotpeaches.github.io/Apktool/) really useful for compilation/decompilation (uses smali)
2015-12-28 08:05:55 +00:00
* [Android Framework for Exploitation](https://github.com/appknox/AFE)
2015-12-28 03:49:38 +00:00
* [Bypass signature and permission checks for IPCs](https://github.com/iSECPartners/Android-KillPermAndSigChecks)
* [Android OpenDebug](https://github.com/iSECPartners/Android-OpenDebug) make any application on device debuggable (using cydia substrate).
* [Dare](http://siis.cse.psu.edu/dare/index.html) .dex to .class converter
2015-12-28 08:05:55 +00:00
* [Dex2Jar](https://github.com/pxb1988/dex2jar) - dex to jar converter
2015-12-28 03:49:38 +00:00
* [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google
* [Dedexer](http://dedexer.sourceforge.net)
* [Fino](https://github.com/sysdream/fino)
2016-08-08 12:43:36 +00:00
* [Frida](http://www.frida.re/) - inject javascript to explore applications and a [GUI tool](https://github.com/antojoseph/diff-gui) for it
2015-12-28 03:49:38 +00:00
* [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit
2015-12-28 08:05:55 +00:00
* [IntentSniffer](https://www.nccgroup.trust/us/about-us/resources/intent-sniffer/)
2015-12-28 03:49:38 +00:00
* [Introspy](https://github.com/iSECPartners/Introspy-Android)
2015-12-28 08:12:42 +00:00
* [Jad]( http://varaneckas.com/jad/) - Java decompiler
2015-12-28 03:49:38 +00:00
* [JD-GUI](https://github.com/java-decompiler/jd-gui) - Java decompiler
* [CFR](http://www.benf.org/other/cfr/) - Java decompiler
* [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler
* [Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler
* [FernFlower](https://github.com/fesh0r/fernflower) - Java decompiler
* [Redexer](https://github.com/plum-umd/redexer) apk manipulation
* [Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip)
2016-08-13 19:52:56 +00:00
* ~~[ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid)~~, ~~[fork/mirror](https://github.com/yangbean9/ZjDroid)~~
2015-12-28 03:49:38 +00:00
* [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify)
* [Bytecode viewer](https://github.com/Konloch/bytecode-viewer)
2016-04-10 06:33:54 +00:00
* [Radare2](https://github.com/radare/radare2)
2014-07-22 19:53:10 +00:00
Fuzz Testing
----
2015-12-28 08:05:55 +00:00
1. [IntentFuzzer](https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/)
2015-12-28 03:49:38 +00:00
* [Radamsa Fuzzer](https://github.com/anestisb/radamsa-android)
* [Honggfuzz](https://github.com/google/honggfuzz)
* [An Android port of the melkor ELF fuzzer](https://github.com/anestisb/melkor-android)
* [Media Fuzzing Framework for Android](https://github.com/fuzzing/MFFA)
2016-07-16 01:24:39 +00:00
* [AndroFuzz](https://github.com/jonmetz/AndroFuzz)
App Repackaging Detectors
----
1. [FSquaDRA](https://github.com/zyrikby/FSquaDRA) - a tool for detection of repackaged Android applications based on app resources hash comparison.
Market Crawlers
----
2015-08-08 14:48:19 +00:00
1. [Google play crawler (Java)](https://github.com/Akdeniz/google-play-crawler)
2015-12-28 03:49:38 +00:00
* [Google play crawler (Python)](https://github.com/egirault/googleplay-api)
* [Google play crawler (Node) ](https://github.com/dweinstein/node-google-play) - get app details and download apps from official Google Play Store.
* [Aptoide downloader (Node)](https://github.com/dweinstein/node-aptoide) - download apps from Aptoide third-party Android market
* [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market
2015-08-08 14:48:19 +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)
2015-12-28 03:49:38 +00:00
* [APK-Downloader](http://codekiem.com/2012/02/24/apk-downloader/)
* [AXMLPrinter2](http://code.google.com/p/android4me/downloads/detail?name=AXMLPrinter2.jar) - to convert binary XML files to human-readable XML files
2016-08-13 19:52:56 +00:00
* [adb autocomplete](https://github.com/mbrubeck/android-completion)
2015-12-28 03:49:38 +00:00
* [Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html)
2015-12-28 08:05:55 +00:00
* [Opcodes table for quick reference](http://www.xchg.info/corkami/opcodes_tables.pdf)
2016-03-26 22:07:42 +00:00
* [ExploitMe Android Labs](http://securitycompass.github.io/AndroidLabs/setup.html) - for practice
2015-12-28 03:49:38 +00:00
* [GoatDroid](https://github.com/jackMannino/OWASP-GoatDroid-Project) - for practice
* [mitmproxy](https://github.com/mitmproxy/mitmproxy)
* [dockerfile/androguard](https://github.com/dweinstein/dockerfile-androguard)
2016-08-13 19:58:00 +00:00
* [Android Vulnerability Test Suite](https://github.com/AndroidVTS/android-vts) - android-vts scans a device for set of vulnerabilities
2014-07-29 08:07:02 +00:00
----
2017-02-17 17:15:52 +00:00
#<a name="academic"></a>ACADEMIC / RESEARCH / PUBLICATIONS / BOOKS
Research Papers
----
2017-02-20 10:33:03 +00:00
1. [Exploit Database](https://www.exploit-db.com/papers/)
* [Android security related presentations](https://github.com/jacobsoo/AndroidSlides)
* [A good collection of static analysis papers](https://tthtlc.wordpress.com/2011/09/01/static-analysis-of-android-applications/)
Books
----
1. [SEI CERT Android Secure Coding Standard](https://www.securecoding.cert.org/confluence/display/android/Android+Secure+Coding+Standard)
Others
----
1. [OWASP Mobile Security Testing Guide Manual](https://github.com/OWASP/owasp-mstg)
* [Android Reverse Engineering 101 by Daniele Altomare](http://www.fasteque.com/android-reverse-engineering-101-part-1/)
2016-04-09 22:30:35 +00:00
----
2017-02-17 17:15:52 +00:00
#<a name="exploits"></a>EXPLOITS / VULNERABILITIES / BUGS
List
----
1. [Android Security Bulletins](https://source.android.com/security/bulletin/)
* [Android's reported security vulnerabilities](https://www.cvedetails.com/vulnerability-list/vendor_id-1224/product_id-19997/Google-Android.html)
* [Android Devices Security Patch Status](https://kb.androidtamer.com/Device_Security_Patch_tracker/)
* [AOSP - Issue tracker](https://code.google.com/p/android/issues/list?can=2&q=priority=Critical&sort=-opened)
* [OWASP Mobile Top 10 2016](https://www.owasp.org/index.php/Mobile_Top_10_2016-Top_10)
2017-02-20 10:36:15 +00:00
* [Exploit Database](https://www.exploit-db.com/search/?action=search&q=android) - click search
* [Vulnerability Google Doc](https://docs.google.com/spreadsheet/pub?key=0Am5hHW4ATym7dGhFU1A4X2lqbUJtRm1QSWNRc3E0UlE&single=true&gid=0&output=html)
Malware
----
1. [Google Android Security Teams Classifications for Potentially Harmful Applications (Malware)](https://static.googleusercontent.com/media/source.android.com/en//security/reports/Google_Android_Security_PHA_classifications.pdf)
* [androguard - Database Android Malwares wiki](https://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares)
* [Android Malware Github repo](https://github.com/ashishb/android-malware)
* [Android Malware Genome Project](http://www.malgenomeproject.org/policy.html) - contains 1260 malware samples categorized into 49 different malware families, free for research purpose.
* [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/)~~
Bounty Programs
----
1. [Android Security Reward Program](https://www.google.com/about/appsecurity/android-rewards/)
How to report
----
1. [Android - reporting security issues](https://source.android.com/security/overview/updates-resources.html#report-issues)
----
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!