Home

Awesome

orangfuzz

An experimental UI fuzzer based on the orangutan framework for Firefox OS devices.

Python 2.7 and above is required.

To run:

$ ./orangfuzz.py

It outputs to a file called script-orangutan-<random seed>.txt by default.

e.g. with a seed of 223798447 and adb detecting the device, run:

$ adb push ~/trees/orangfuzz/script-orangutan-223798447.txt /mnt/sdcard/
$ adb shell /data/orng /dev/input/event0 /mnt/sdcard/script-orangutan-223798447.txt

To get a list of options:

$ ./orangfuzz.py --help