expliot.plugins.serial.fuzzcommands

Support for fuzzing command over a serial connection.

Module Contents

Classes

FuzzCommands

Test to fuzz commands.

class expliot.plugins.serial.fuzzcommands.FuzzCommands

Bases: expliot.core.tests.test.Test

Test to fuzz commands.

Output Format: [

{

‘command’: ‘aa’, ‘response’: ‘üàºerrÿÚor’, ‘num’: 1, ‘valid’: True # or False if the criteria did not trigger

}, # .. May be more entries (depending on the –chars and –length) {

‘valid_commands_found’: [‘aa’, ‘ab’, ‘ba’, ‘bb’] # or [] if nothing found

}

]

execute()

Execute the test.