:py:mod:`expliot.plugins.ble.blecharfuzz` ========================================= .. py:module:: expliot.plugins.ble.blecharfuzz .. autoapi-nested-parse:: Support for testing BLE devices with fuzzing. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.ble.blecharfuzz.BleCharFuzz .. py:class:: BleCharFuzz Bases: :py:obj:`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 ] .. py:method:: execute() Execute the test.