|
|
|
|
|
by andrei
1895 days ago
|
|
Basic fuzzers can surprisingly go a long way. Barton Miller (the professor who first coined the term fuzzing), actually wrote a paper last year [0] where he just ran a very basic fuzzer against a bunch of common UNIX tools. Even after all these years of testing/usage, they still managed to find a ton of issues. [0]: https://arxiv.org/pdf/2008.06537.pdf |
|
He was my teacher, and he taught this in class :)
I'm pretty sure his fuzzer was "for each file in system send as input to program X" That was the original tool, revisited was repeating the original test (might have tested against more programs which had become common since then)