Merge pull request #56 from figbux/patch-1

Add tool: AFL networking edition
This commit is contained in:
Mohammed A Imran 2019-12-09 11:37:00 +08:00 committed by GitHub
commit 1e7d5ef17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,6 +277,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.
[AFL (w/ networking patch)](https://github.com/jdbirdwell/afl) - An unofficial american fuzzy lop capable of network fuzzing.
### Browser Fuzzing
[BFuzz](https://github.com/RootUp/BFuzz) - An input based, browser fuzzing framework.