DroidFuzzer is a Android fuzzing toolkit that is mean to target devices and their mechanisms for parsing things like images and documents. DroidFuzzer is meant to be modular allowing the support for multiple devices, image parsers, document viewers, media, and much more
Latest change 11/5/2016:
+ Framework: Major Update; Utilities, Modules & generator.
Requirements:
+ python 2.7.x
+ python-cmd2
+ python-psutil
+ PYTHON-blessings
Usage:
git clone https://github.com/LifeForm-Labs/droidfuzzer && cd droidfuzzer pip2 install cmd2 psutil blessings python droidfuzzer.py update: git pull origin master
Source: https://github.com/LifeForm-Labs