Added a link to AFLNet under the 'Network Protocol Fuzzers'

This commit is contained in:
Andrew Lamarra 2020-07-06 10:18:23 -04:00
parent d03908cd8d
commit d49846207d

View File

@ -282,6 +282,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[AFL (w/ networking patch)](https://github.com/jdbirdwell/afl) - An unofficial american fuzzy lop capable of network fuzzing.
[AFLNet](https://github.com/aflnet/aflnet) - A Greybox Fuzzer for Network Protocols (an extention of AFL).
### Browser Fuzzing
[BFuzz](https://github.com/RootUp/BFuzz) - An input based, browser fuzzing framework.