top | item 40711171

(no title)

zEddSH | 1 year ago

Can you share more about ML based fuzzing? I do pretty basic fuzzing and that's been pretty useful at work for testing, and am keen to learn about better more modern approaches than mine!

discuss

order

digital_sawzall|1 year ago

Fuzzing is a massive field now. I don't know what you are doing specifically but this is a collection of good related papers: https://github.com/wcventure/FuzzingPaper.

I would find what is most like your problem domain and dig in :).

zEddSH|1 year ago

I've been doing the simplest possible things to URL parameters and POST bodies but even that's been effective! Thanks for the link!