sh1nu11bi / sulley

Automatically exported from code.google.com/p/sulley
GNU General Public License v2.0
0 stars 0 forks source link

Allow fuzzing more than one field at once #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any way to fuzz more than a single field at once?

I've often seen bugs that my fuzzer didn't find because they just required 
fuzzing two fields at 
once.  

Obviously, fuzzing all fields simultaneously makes the session take 
exponentially more time, but I 
wonder if there's a way to identify a couple fields that should be fuzzed 
simultaneously, or a way to 
run forever, randomly selecting groups of fields to fuzz simultaneously...

Original issue reported on code.google.com by drspring...@gmail.com on 29 May 2009 at 8:18

GoogleCodeExporter commented 9 years ago
I guess groups are for this.  Seems like I didn't fully understand them.

Original comment by drspring...@gmail.com on 30 May 2009 at 5:16