AFL that you (probably) do not know discusses the American Fuzzy Lop (AFL) fuzzer. The presentation aims to dispel myths about AFL and encourage its use. It addresses that AFL can be used for languages beyond C/C++ through sister projects, does not require source code, and finds bugs beyond just memory issues. While AFL's interface is dense, it has visualization tools and can leverage multiple CPUs. True, AFL will not automatically report or request CVEs for found issues, and using it can be fun.