Hello,
I'm trying to use Sulley for some fuzzing and I've met a problem. I don't know how not to send a block. I appreciate that may be unclear so what I am trying to do is run commands on an application which can take a variable number of options including no options. If I use a repeater, I can not work out how to get Sulley to send no options.
For example, I'd like to send the following:
command
command parameter1
command parameter1 parameter2
command parameter1 parameter2 parameter3
command will be one block, based off a group, and I've been trying to write a block for parameter but I can't get the first case where there is no parameter. Could anyone help please?
Thank you







