Hacker News new | ask | show | jobs
by zEddSH 733 days 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!
1 comments

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 :).

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