about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-01-19 15:20:10 +0100
committerGitHub <noreply@github.com>2022-01-19 15:20:10 +0100
commit6de9b37b2affafb8dbafb808b3cc76ab2ddd5bbd (patch)
tree79e54dbe49c74fcf8e143cf36168db83672e8aea
parentbdec40ae5d91bec6540934e6b08732f87bb1c4d7 (diff)
parent1e5699ccaabe627380b5c868dd93bc420aeb0af3 (diff)
downloadafl++-6de9b37b2affafb8dbafb808b3cc76ab2ddd5bbd.tar.gz
Merge pull request #1296 from hardik05/patch-1
Update tutorials.md
-rw-r--r--docs/tutorials.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/tutorials.md b/docs/tutorials.md
index 0a44602d..81f0ea6a 100644
--- a/docs/tutorials.md
+++ b/docs/tutorials.md
@@ -28,4 +28,13 @@ structure is), these links have you covered:
 * Superion for AFL++:
   [https://github.com/adrian-rt/superion-mutator](https://github.com/adrian-rt/superion-mutator)
 
-If you find other good ones, please send them to us :-)
\ No newline at end of file
+# Video Tutorials
+* [How Fuzzing with AFL works!](https://www.youtube.com/watch?v=COHUWuLTbdk)
+* [WOOT '20 - AFL++ : Combining Incremental Steps of Fuzzing Research](https://www.youtube.com/watch?v=cZidm6I7KWU) 
+* [[Fuzzing with AFLplusplus] Installing AFLPlusplus and fuzzing a simple C program](https://www.youtube.com/watch?v=9wRVo0kYSlc)
+* [[Fuzzing with AFLplusplus] How to fuzz a binary with no source code on Linux in persistent mode](https://www.youtube.com/watch?v=LGPJdEO02p4)
+* [Blackbox Fuzzing #1: Start Binary-Only Fuzzing using AFL++ QEMU mode](https://www.youtube.com/watch?v=sjLFf9q2NRc)
+* [Install AFL++ Ubuntu](https://www.youtube.com/watch?v=5dCvhkbi3RA)
+* [HOPE 2020 (2020): Hunting Bugs in Your Sleep - How to Fuzz (Almost) Anything With AFL/AFL++](https://www.youtube.com/watch?v=A8ex1hqaQ7E)
+
+If you find other good ones, please send them to us :-)