Adding BFuzz, a browser fuzzing framework

This commit is contained in:
Dhiraj Mishra 2018-05-09 19:53:16 +05:30 committed by GitHub
parent d5c77e4a46
commit 41272f0a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ A curated list of fuzzing resources ( Books, courses - free and paid, videos, to
+ [Cloud Fuzzers](#cloud-fuzzers) + [Cloud Fuzzers](#cloud-fuzzers)
+ [File Format Fuzzers](#file-format-fuzzers) + [File Format Fuzzers](#file-format-fuzzers)
+ [Network Protocol Fuzzers](#network-protocol-fuzzers) + [Network Protocol Fuzzers](#network-protocol-fuzzers)
+ [Browser Fuzzing](#browser-fuzzing)
+ [Taint Analysis](#taint-analysis) + [Taint Analysis](#taint-analysis)
+ [Symbolic Execution SAT and SMT Solvers](#symbolic-execution-sat-and-smt-solvers) + [Symbolic Execution SAT and SMT Solvers](#symbolic-execution-sat-and-smt-solvers)
+ [Essential Tools](#essential-tools) + [Essential Tools](#essential-tools)
@ -266,6 +267,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[Fuzzing For Worms](https://github.com/dobin/ffw) - A fuzzing framework for network servers. [Fuzzing For Worms](https://github.com/dobin/ffw) - A fuzzing framework for network servers.
### Browser Fuzzing
[BFuzz](https://github.com/RootUp/BFuzz) - An input based, browser fuzzing framework.
### Misc ### Misc
*Other notable fuzzers like Kernel Fuzzers, general purpose fuzzer etc.,* *Other notable fuzzers like Kernel Fuzzers, general purpose fuzzer etc.,*