ffw icon indicating copy to clipboard operation
ffw copied to clipboard

Feature request: ability to import corpora from other projects

Open fgsch opened this issue 8 years ago • 3 comments

It'd be great if, in a similar fashion to printpickle.py or perhaps via fuzzing.py, one could import corpora from other projects (e.g. https://github.com/dvyukov/go-fuzz-corpus) to use with ffw.

fgsch avatar Mar 18 '18 18:03 fgsch

As i've seen, the following corpora would be somewhat useful:

  • http*
  • web*

But generally, the existing input corpus are either prepared files, or single request's.

But basically, need a little script which creates pickle files, where the first request is coming from an existing file . Should be doable.

dobin avatar Mar 19 '18 09:03 dobin

Yes, some script should do it. I will open a PR then.

fgsch avatar Mar 19 '18 13:03 fgsch

I always enjoy PR :-)

dobin avatar Mar 19 '18 14:03 dobin