diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-15 22:29:54 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-15 22:29:54 +0200 |
commit | 83d5864203570c15a8059e3cb1706ce5bea2f73a (patch) | |
tree | 04f7974e2a6d39cfb4565e5efeaa5dd8076a67a2 | |
parent | 7e2c52f2b90c544981341248a13b64174b889b7a (diff) | |
parent | e88f364282018bde4b3f8b6b192b3a1397c0c2de (diff) | |
download | afl++-83d5864203570c15a8059e3cb1706ce5bea2f73a.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index f14ccd36..a6afe73a 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ Here are some good writeups to show how to effectively use AFL++: * [https://aflplus.plus/docs/tutorials/libxml2_tutorial/](https://aflplus.plus/docs/tutorials/libxml2_tutorial/) * [https://bananamafia.dev/post/gb-fuzz/](https://bananamafia.dev/post/gb-fuzz/) * [https://securitylab.github.com/research/fuzzing-challenges-solutions-1](https://securitylab.github.com/research/fuzzing-challenges-solutions-1) + * [https://securitylab.github.com/research/fuzzing-sockets-FTP](https://securitylab.github.com/research/fuzzing-sockets-FTP) If you are interested in fuzzing structured data (where you define what the structure is), these two links have you covered: |