:py:mod:`expliot.plugins.can.canfuzz` ===================================== .. py:module:: expliot.plugins.can.canfuzz .. autoapi-nested-parse:: Testcase for fuzzing the CAN bus data message. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.can.canfuzz.CANFuzz .. py:class:: CANFuzz Bases: :py:obj:`expliot.core.tests.test.Test` Test for reading from the CAN bus. Output Format: [ {"count": 1, "fuzzdata": "00000042FF"}, # ... May be more than one fuzzdata sent ] .. py:method:: execute() Execute the test.