dsnezhkov / xsnake-workflows

Repository of sample workflows for xsnake
Apache License 2.0
1 stars 0 forks source link

Mutator blocks #2

Open ghost-pep opened 4 years ago

ghost-pep commented 4 years ago

Mutator blocks could be blocks that take a file and spit out an expanded set of options. An example of this would be a JSON mutator that takes a set of JSON files and adds new "mutations" of them, similar to fuzzing mutators. Then, we can do network protocol fuzzing.

dsnezhkov commented 4 years ago

Mutator is what I called type:glue . Mutator is by far a more expressive definition.