A fuzzer for the CAN bus. Extension module for CaringCaribou. This project was later merged into caringcaribou's master branch. It is now an official caringcaribou module!
(see CaringCaribou)
Steps to add this module to CaringCaribou and run it:
- Copy this file to caringcaribou/tool/modules/ $ cp fuzzer.py ../modules/
- Go to caringcaribou/tool $ cd ..
- Run the following command to run module and show usage instructions: $ ./cc.py fuzzer -h
This project makes use of the CaringCaribou tool. It was also constructed according to CaringCaribou's template module.