about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-08-12 14:06:12 +0200
committervanhauser-thc <vh@thc.org>2021-08-12 14:06:12 +0200
commit3c0e8528e3430afef8f1593595917373f0d04c8b (patch)
tree6d2455dce393a7feb3419e237048cf406cda9c92
parentbaf4ae52c4c92dfdcd1f55535aea5ae041d3a04f (diff)
downloadafl++-3c0e8528e3430afef8f1593595917373f0d04c8b.tar.gz
add exercise link
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index edd1a440..438f9425 100644
--- a/README.md
+++ b/README.md
@@ -263,6 +263,10 @@ Here are some good writeups to show how to effectively use AFL++:
  * [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 do not want to follow a tutorial but rather try an exercise type of
+training then we can highly recommend the following:
+ * [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:
  * Superion for AFL++: [https://github.com/adrian-rt/superion-mutator](https://github.com/adrian-rt/superion-mutator)