format sequence number

This commit is contained in:
jiezhi 2015-12-28 11:49:38 +08:00
parent cd183e4a38
commit 48cadfdc6b

195
README.md
View File

@ -9,25 +9,29 @@ A lot of work is happening in academia and industry on tools to perform dynamic
## ONLINE ANALYZERS ## ONLINE ANALYZERS
1. [AndroTotal](http://andrototal.org/) 1. [AndroTotal](http://andrototal.org/)
2. [Anubis](http://anubis.iseclab.org/) * [Anubis](http://anubis.iseclab.org/)
3. [App 360 scan](http://www.app360scan.com/) * [App 360 scan](http://www.app360scan.com/)
4. [CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/) * [CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/)
6. [Dexter](https://dexter.bluebox.com/) * [Dexter](https://dexter.bluebox.com/)
7. [Foresafe](http://www.foresafe.com/scan) * [Foresafe](http://www.foresafe.com/scan)
8. [Mobile app insight](http://www.mobile-app-insight.org) * [Mobile app insight](http://www.mobile-app-insight.org)
9. [Mobile-Sandbox](http://mobile-sandbox.com) * [Mobile-Sandbox](http://mobile-sandbox.com)
10. [Sandroid](http://sanddroid.xjtu.edu.cn/) * [Sandroid](http://sanddroid.xjtu.edu.cn/)
11. [Tracedroid](http://tracedroid.few.vu.nl/) * [Tracedroid](http://tracedroid.few.vu.nl/)
12. [Visual Threat](http://www.visualthreat.com/) * [Visual Threat](http://www.visualthreat.com/)
13. [Android Sandbox](http://www.androidsandbox.net/) * [Android Sandbox](http://www.androidsandbox.net/)
14. [Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php) * [Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php)
15. [MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp) * [MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp)
15. [IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free * [IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free
16. [NVISO ApkScan](http://apkscan.nviso.be/) * [NVISO ApkScan](http://apkscan.nviso.be/)
17. [AVC UnDroid](http://www.av-comparatives.org/avc-analyzer/) * [AVC UnDroid](http://www.av-comparatives.org/avc-analyzer/)
18. [Ijiami (Chinese)](http://safe.ijiami.cn/) * [Ijiami](http://safe.ijiami.cn/)
14. [Stowaway](http://www.android-permissions.org/) seems to be dead now * [Stowaway](http://www.android-permissions.org/) seems to be dead now
15. [Comdroid](http://www.comdroid.org/) - seems to be dead now * [Comdroid](http://www.comdroid.org/) - seems to be dead now
* [Fireeye](https://fireeye.ijinshan.com/)- max 60MB
* [habo](http://habo.qq.com/)
* [Virustotal](https://www.virustotal.com/)-max 128MB
## STATIC ANALYSIS TOOLS ## STATIC ANALYSIS TOOLS
@ -50,70 +54,70 @@ A lot of work is happening in academia and industry on tools to perform dynamic
## DYNAMIC ANALYSIS TOOLS ## DYNAMIC ANALYSIS TOOLS
1. [Android DBI frameowork](http://www.mulliner.org/blog/blosxom.cgi/security/androiddbiv02.html) 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) * [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)
5. [AppUse](https://appsec-labs.com/AppUse) custom build for pentesting * [AppUse](https://appsec-labs.com/AppUse) custom build for pentesting
7. [Cobradroid](http://thecobraden.com/projects/cobradroid/) custom image for malware analysis * [Cobradroid](http://thecobraden.com/projects/cobradroid/) custom image for malware analysis
8. [ViaLab Community Edition](https://viaforensics.com/product-updates/introducing-vialab-community-edition.html) * [ViaLab Community Edition](https://viaforensics.com/product-updates/introducing-vialab-community-edition.html)
9. [Droidbox](http://code.google.com/p/droidbox/) * [Droidbox](http://code.google.com/p/droidbox/)
10. [Mercury](http://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/) * [Mercury](http://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/)
11. [Drozer](https://labs.mwrinfosecurity.com/tools/drozer/) * [Drozer](https://labs.mwrinfosecurity.com/tools/drozer/)
12. [Taintdroid](http://appanalysis.org/download.html) - requires AOSP compilation * [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 * [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) * [Android Hooker](https://github.com/AndroidHooker/hooker) - API Hooking of java methods triggered by any Android application (requires the Substrate Framework)
16. [Android tamer](https://androidtamer.com/) - custom image * [Android tamer](https://androidtamer.com/) - custom image
17. [Droidscope](https://code.google.com/p/decaf-platform/wiki/DroidScope) - custom image for dynamic analysis * [Droidscope](https://code.google.com/p/decaf-platform/wiki/DroidScope) - custom image for dynamic analysis
18. [CuckooDroid](https://github.com/idanr1986/cuckoo-droid) - Android extension for Cuckoo sandbox * [CuckooDroid](https://github.com/idanr1986/cuckoo-droid) - Android extension for Cuckoo sandbox
19. [Mem](https://github.com/MobileForensicsResearch/mem) - Memory analysis of Android (root required) * [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 * [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 * [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 * [Android Security Evaluation Framework](https://code.google.com/p/asef/) - not under active development anymore
18. [Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) ARE (android reverse engineering) not under active development anymore * [Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) ARE (android reverse engineering) not under active development anymore
16. [Aurasium](https://github.com/xurubin/aurasium) Practical security policy enforcement for Android apps via bytecode rewriting and in-place reference monitor. * [Aurasium](https://github.com/xurubin/aurasium) Practical security policy enforcement for Android apps via bytecode rewriting and in-place reference monitor.
17. [Android Linux Kernel modules](https://github.com/strazzere/android-lkms) * [Android Linux Kernel modules](https://github.com/strazzere/android-lkms)
18. *
18. [Appie](http://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. * [Appie](http://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. * [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.
20. [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete * [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete
## REVERSE ENGINEERING ## REVERSE ENGINEERING
1. [Smali/Baksmali](http://code.google.com/p/smali/) apk decompilation 1. [Smali/Baksmali](http://code.google.com/p/smali/) apk decompilation
3. [emacs syntax coloring for smali files](https://github.com/strazzere/Emacs-Smali) * [emacs syntax coloring for smali files](https://github.com/strazzere/Emacs-Smali)
4. [vim syntax coloring for smali files](http://codetastrophe.com/smali.vim) * [vim syntax coloring for smali files](http://codetastrophe.com/smali.vim)
5. [AndBug](https://github.com/swdunlop/AndBug) * [AndBug](https://github.com/swdunlop/AndBug)
6. [Androguard](https://github.com/androguard/androguard) powerful, integrates well with other tools * [Androguard](https://github.com/androguard/androguard) powerful, integrates well with other tools
7. [Apktool](http://code.google.com/p/android-apktool/) really useful for compilation/decompilation (uses smali) * [Apktool](http://code.google.com/p/android-apktool/) really useful for compilation/decompilation (uses smali)
8. [Android Framework for Exploitation](https://github.com/xysec/AFE) * [Android Framework for Exploitation](https://github.com/xysec/AFE)
9. [Bypass signature and permission checks for IPCs](https://github.com/iSECPartners/Android-KillPermAndSigChecks) * [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). * [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 * [Dare](http://siis.cse.psu.edu/dare/index.html) .dex to .class converter
12. [Dex2Jar](http://code.google.com/p/dex2jar/) - dex to jar converter * [Dex2Jar](http://code.google.com/p/dex2jar/) - dex to jar converter
13. [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google * [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google
13. [Dedexer](http://dedexer.sourceforge.net) * [Dedexer](http://dedexer.sourceforge.net)
14. [Fino](https://github.com/sysdream/fino) * [Fino](https://github.com/sysdream/fino)
15. [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit * [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit
17. [IntentSniffer](https://www.isecpartners.com/tools/mobile-security/intent-sniffer.aspx) * [IntentSniffer](https://www.isecpartners.com/tools/mobile-security/intent-sniffer.aspx)
18. [Introspy](https://github.com/iSECPartners/Introspy-Android) * [Introspy](https://github.com/iSECPartners/Introspy-Android)
19. [Jad]( http://www.varaneckas.com/jad) - Java decompiler * [Jad]( http://www.varaneckas.com/jad) - Java decompiler
20. [JD-GUI](https://github.com/java-decompiler/jd-gui) - Java decompiler * [JD-GUI](https://github.com/java-decompiler/jd-gui) - Java decompiler
21. [CFR](http://www.benf.org/other/cfr/) - Java decompiler * [CFR](http://www.benf.org/other/cfr/) - Java decompiler
22. [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler * [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler
23. [Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler * [Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler
24. [FernFlower](https://github.com/fesh0r/fernflower) - Java decompiler * [FernFlower](https://github.com/fesh0r/fernflower) - Java decompiler
21. [Redexer](https://github.com/plum-umd/redexer) apk manipulation * [Redexer](https://github.com/plum-umd/redexer) apk manipulation
22. [Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip) * [Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip)
23. [ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid) (no longer available), [fork/mirror](https://github.com/yangbean9/ZjDroid) * [ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid) (no longer available), [fork/mirror](https://github.com/yangbean9/ZjDroid)
24. [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify) * [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify)
25. [Bytecode viewer](https://github.com/Konloch/bytecode-viewer) * [Bytecode viewer](https://github.com/Konloch/bytecode-viewer)
26. [Krakatau](https://github.com/Storyyeller/Krakatau) * [Krakatau](https://github.com/Storyyeller/Krakatau)
## FUZZ TESTING ## FUZZ TESTING
1. [IntentFuzzer](https://www.isecpartners.com/tools/mobile-security/intent-fuzzer.aspx) 1. [IntentFuzzer](https://www.isecpartners.com/tools/mobile-security/intent-fuzzer.aspx)
2. [Radamsa Fuzzer](https://github.com/anestisb/radamsa-android) * [Radamsa Fuzzer](https://github.com/anestisb/radamsa-android)
3. [Honggfuzz](https://github.com/google/honggfuzz) * [Honggfuzz](https://github.com/google/honggfuzz)
4. [An Android port of the melkor ELF fuzzer](https://github.com/anestisb/melkor-android) * [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) * [Media Fuzzing Framework for Android](https://github.com/fuzzing/MFFA)
##APP REPACKAGING DETECTORS ##APP REPACKAGING DETECTORS
@ -123,43 +127,43 @@ A lot of work is happening in academia and industry on tools to perform dynamic
1. [Vulnerability Google 1. [Vulnerability Google
doc](https://docs.google.com/spreadsheet/pub?key=0Am5hHW4ATym7dGhFU1A4X2lqbUJtRm1QSWNRc3E0UlE&single=true&gid=0&output=html) doc](https://docs.google.com/spreadsheet/pub?key=0Am5hHW4ATym7dGhFU1A4X2lqbUJtRm1QSWNRc3E0UlE&single=true&gid=0&output=html)
2. [Root Exploits (from Drozer issue * [Root Exploits (from Drozer issue
#56)](https://github.com/mwrlabs/drozer/issues/56) #56)](https://github.com/mwrlabs/drozer/issues/56)
## SAMPLE SOURCES ## SAMPLE SOURCES
1. [contagio mini dump](http://contagiominidump.blogspot.com) 1. [contagio mini dump](http://contagiominidump.blogspot.com)
2. [Open Source database](http://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares) * [Open Source database](http://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares)
3. [Drebin](http://user.informatik.uni-goettingen.de/~darp/drebin/) * [Drebin](http://user.informatik.uni-goettingen.de/~darp/drebin/)
4. [Admire](http://admire.necst.it/) * [Admire](http://admire.necst.it/)
## Reading material ## Reading material
1. [Android Security (and Not) Internals](http://www.zhauniarovich.com/pubs.html) 1. [Android Security (and Not) Internals](http://www.zhauniarovich.com/pubs.html)
2. [Android security related presentations](https://github.com/jacobsoo/AndroidSlides) * [Android security related presentations](https://github.com/jacobsoo/AndroidSlides)
3. [A good collection of static analysis papers](http://tthtlc.wordpress.com/2011/09/01/static-analysis-of-android-applications/) * [A good collection of static analysis papers](http://tthtlc.wordpress.com/2011/09/01/static-analysis-of-android-applications/)
## MARKET CRAWLERS ## MARKET CRAWLERS
1. [Google play crawler (Java)](https://github.com/Akdeniz/google-play-crawler) 1. [Google play crawler (Java)](https://github.com/Akdeniz/google-play-crawler)
2. [Google play crawler (Python)](https://github.com/egirault/googleplay-api) * [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. * [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 * [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 * [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market
## MISC TOOLS ## MISC TOOLS
1. [smalihook](http://androidcracking.blogspot.com/2011/03/original-smalihook-java-source.html) 1. [smalihook](http://androidcracking.blogspot.com/2011/03/original-smalihook-java-source.html)
2. [APK-Downloader](http://codekiem.com/2012/02/24/apk-downloader/) * [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 * [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) * [adb autocomplete](https://romannurik-code.googlecode.com/git/bash_completion/adb)
6. [Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html) * [Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html)
7. [Opcodes table for quick reference](http://xchg.info/corkami/opcodes_tables.pdf) * [Opcodes table for quick reference](http://xchg.info/corkami/opcodes_tables.pdf)
9. [ExploitMe](http://securitycompass.github.io/AndroidLabs/setup.html) - for practice * [ExploitMe](http://securitycompass.github.io/AndroidLabs/setup.html) - for practice
10. [GoatDroid](https://github.com/jackMannino/OWASP-GoatDroid-Project) - for practice * [GoatDroid](https://github.com/jackMannino/OWASP-GoatDroid-Project) - for practice
11. [Android Labs](http://securitycompass.github.io/AndroidLabs/setup.html) - for practice * [Android Labs](http://securitycompass.github.io/AndroidLabs/setup.html) - for practice
12. [mitmproxy](https://github.com/mitmproxy/mitmproxy) * [mitmproxy](https://github.com/mitmproxy/mitmproxy)
13. [dockerfile/androguard](https://github.com/dweinstein/dockerfile-androguard) * [dockerfile/androguard](https://github.com/dweinstein/dockerfile-androguard)
# Other Awesome Lists # Other Awesome Lists
Other amazingly awesome lists can be found in the Other amazingly awesome lists can be found in the
@ -167,4 +171,3 @@ Other amazingly awesome lists can be found in the
# Contributing # Contributing
Your contributions are always welcome! Your contributions are always welcome!