expliot.plugins.can.canfuzz

Testcase for fuzzing the CAN bus data message.

Module Contents

Classes

CANFuzz

Test for reading from the CAN bus.

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.