diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-08-12 10:14:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 10:14:30 +0200 |
commit | baf4ae52c4c92dfdcd1f55535aea5ae041d3a04f (patch) | |
tree | 97328e2f3fabb7a15c1ec482ee8e06754f795437 | |
parent | 94e2f52abf3b1680c8c4564ebcfa259baa5db994 (diff) | |
download | afl++-baf4ae52c4c92dfdcd1f55535aea5ae041d3a04f.tar.gz |
add AFL++ tutorials from Antonio Morales
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 41672379..edd1a440 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ Here are some good writeups to show how to effectively use AFL++: * [https://securitylab.github.com/research/fuzzing-sockets-FTP](https://securitylab.github.com/research/fuzzing-sockets-FTP) * [https://securitylab.github.com/research/fuzzing-sockets-FreeRDP](https://securitylab.github.com/research/fuzzing-sockets-FreeRDP) * [https://securitylab.github.com/research/fuzzing-apache-1](https://securitylab.github.com/research/fuzzing-apache-1) + * [https://github.com/antonio-morales/Fuzzing101](https://github.com/antonio-morales/Fuzzing101) If you are interested in fuzzing structured data (where you define what the structure is), these links have you covered: |