expliot.plugins.serial.fuzzcommands¶
Support for fuzzing command over a serial connection.
Classes¶
Test to fuzz commands. |
Module Contents¶
- class expliot.plugins.serial.fuzzcommands.FuzzCommands¶
Bases:
expliot.core.tests.test.Test
Test to fuzz commands.
Output Format: [
- {
‘command’: ‘aa’, ‘response’: ‘üàºx00x01errÿÚorx02’, ‘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.