expliot.plugins.can.canfuzz¶
Testcase for fuzzing the CAN bus data message.
Classes¶
Test for reading from the CAN bus. |
Module Contents¶
- class expliot.plugins.can.canfuzz.CANFuzz¶
Bases:
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
]
- execute()¶
Execute the test.