ffw icon indicating copy to clipboard operation
ffw copied to clipboard

A fuzzing framework for network servers

Results 8 ffw issues
Sort by recently updated
recently updated
newest added

Hi I tried to do the setup of ffw with honggmode by following the README but it's failing at the final step when I try to run the fuzzer. Can...

hi dobin: please How about Explanatory Language FUZZ? some server is .jar .py how about use ffw fuzz? this my fuzz python SimpleHTTPServer config, please help me look at: #...

Hi. Long time no see. If ffw use the intercept option and send a packet from the client, an error occurs. How can we solve it? Thanks error log ````...

I have a setup, where the target runs in a local, virtual network, so the target is not reachable by localhost. It would be nice to specify an IP in...

Currently FFW only supports mutation fuzzers, which are based on prerecorded data from the interceptor. It should also support generative fuzzers, which do not have prerecorded data. * Add fuzzer...

The current asan parser https://github.com/dobin/ffw/blob/master/verifier/asanparser.py is a complete hack. Maybe someone else made a complete asan parser in python already? If not, make it it's own project, add unit-tests.

Hello. Can I proceed to Verify or replay without using the ffw framework? I am using the ffw framework and using replay will crash. However, collisions do not occur if...

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.