mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 19:46:09 +00:00
New FUZZ TESTING category
* Move existing tools * Add Honggfuzz & MFFA tools * Fixed typo in "radamsa" name Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
This commit is contained in:
parent
18f3629a75
commit
202e0d0135
11
README.md
11
README.md
@ -91,8 +91,6 @@ A lot of work is happening in academia and industry on tools to perform dynamic
|
|||||||
13. [Dedexer](http://dedexer.sourceforge.net)
|
13. [Dedexer](http://dedexer.sourceforge.net)
|
||||||
14. [Fino](https://github.com/sysdream/fino)
|
14. [Fino](https://github.com/sysdream/fino)
|
||||||
15. [Indroid](https://bitbucket.org/aseemjakhar/indroid) – thread injection kit
|
15. [Indroid](https://bitbucket.org/aseemjakhar/indroid) – thread injection kit
|
||||||
16. [IntentFuzzer](https://www.isecpartners.com/tools/mobile-security/intent-fuzzer.aspx)
|
|
||||||
17. [Randamsa Fuzzer](https://github.com/anestisb/radamsa-android)
|
|
||||||
17. [IntentSniffer](https://www.isecpartners.com/tools/mobile-security/intent-sniffer.aspx)
|
17. [IntentSniffer](https://www.isecpartners.com/tools/mobile-security/intent-sniffer.aspx)
|
||||||
18. [Introspy](https://github.com/iSECPartners/Introspy-Android)
|
18. [Introspy](https://github.com/iSECPartners/Introspy-Android)
|
||||||
19. [Jad]( http://www.varaneckas.com/jad) - Java decompiler
|
19. [Jad]( http://www.varaneckas.com/jad) - Java decompiler
|
||||||
@ -108,6 +106,14 @@ A lot of work is happening in academia and industry on tools to perform dynamic
|
|||||||
25. [Bytecode viewer](https://github.com/Konloch/bytecode-viewer)
|
25. [Bytecode viewer](https://github.com/Konloch/bytecode-viewer)
|
||||||
26. [Krakatau](https://github.com/Storyyeller/Krakatau)
|
26. [Krakatau](https://github.com/Storyyeller/Krakatau)
|
||||||
|
|
||||||
|
## FUZZ TESTING
|
||||||
|
|
||||||
|
1. [IntentFuzzer](https://www.isecpartners.com/tools/mobile-security/intent-fuzzer.aspx)
|
||||||
|
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
|
##APP REPACKAGING DETECTORS
|
||||||
|
|
||||||
1. [FSquaDRA](https://github.com/zyrikby/FSquaDRA) - a tool for detection of repackaged Android applications based on app resources hash comparison.
|
1. [FSquaDRA](https://github.com/zyrikby/FSquaDRA) - a tool for detection of repackaged Android applications based on app resources hash comparison.
|
||||||
@ -145,7 +151,6 @@ A lot of work is happening in academia and industry on tools to perform dynamic
|
|||||||
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/)
|
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
|
3. [AXMLPrinter2](http://code.google.com/p/android4me/downloads/detail?name=AXMLPrinter2.jar) - to convert binary XML files to human-readable XML files
|
||||||
4. [An Android port of the melkor ELF fuzzer](https://github.com/anestisb/melkor-android)
|
|
||||||
5. [adb autocomplete](https://romannurik-code.googlecode.com/git/bash_completion/adb)
|
5. [adb autocomplete](https://romannurik-code.googlecode.com/git/bash_completion/adb)
|
||||||
6. [Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html)
|
6. [Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html)
|
||||||
7. [Opcodes table for quick reference](http://xchg.info/corkami/opcodes_tables.pdf)
|
7. [Opcodes table for quick reference](http://xchg.info/corkami/opcodes_tables.pdf)
|
||||||
|
Loading…
Reference in New Issue
Block a user