Settings

Theme

Show HN: Hopper a Distributed Fuzzer

github.com

4 points by Cybergenik 3 years ago · 0 comments · 1 min read

Reader

I've been getting really into Distributed Fuzzers recently. And I've noticed, very few papers have been written about truly Distributed Fuzzers, it's still quite an emergent field.

Less than 6 months ago, Google Open Sourced its internal Distributed Fuzzer called Centipede. It's written in C++: https://github.com/google/centipede

And it seems like the libfuzzer team is moving on to Centipede: https://llvm.org/docs/LibFuzzer.html#status

However, I think the future of distributed fuzzers will be in Rust of Golang. This last September, after realizing the scaling limitations of AFL and libfuzzer. I began writing Hopper, my own Distributed Fuzzer in Golang. I believe it provides a good proof of concept for large-scale Fuzzing operations.

Always looking for feedback, so suggestions are welcome!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection