expliot.plugins.ble.blecharfuzz¶
Support for testing BLE devices with fuzzing.
Classes¶
Test Bluetooth LE device with fuzzing. |
Module Contents¶
- class expliot.plugins.ble.blecharfuzz.BleCharFuzz¶
Bases:
expliot.core.tests.test.Test
Test Bluetooth LE device with fuzzing.
output Format: [
{“fuzzvalue”: “92abde110e”}, # The fuzzed characteristic value sent # … May be more than one fuzzvalue
]
- execute()¶
Execute the test.