diff options
author | van Hauser <vh@thc.org> | 2020-04-15 22:27:20 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-15 22:27:20 +0200 |
commit | e88f364282018bde4b3f8b6b192b3a1397c0c2de (patch) | |
tree | 87e9c89803790742a242605e48b8383538b1a5d5 | |
parent | 21f696f02e2e17e66e8f275b2de333a4871e1863 (diff) | |
download | afl++-e88f364282018bde4b3f8b6b192b3a1397c0c2de.tar.gz |
add new github security writeup
-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: |