Completed
BASH Variables
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fuzz Smarter, Not Harder - An AFL-Fuzz Primer
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Presentation Agenda
- 3 Automated Fuzzing Categories
- 4 Mutation Strategies
- 5 AFL's Key Benefits
- 6 Background: What Are Basic Blocks?
- 7 AFL Fuzzing Map (gzip)
- 8 Build It
- 9 Instrument Something
- 10 The Status Screen
- 11 Important Status Indicators
- 12 Output Directories
- 13 Basic Blockers And Caveats
- 14 Parallel Fuzzing
- 15 Distributed Fuzzing
- 16 LLVM Mode
- 17 all-clang-last Persistent Mode
- 18 Benefits of Bonus Modes
- 19 Shrinking The Haystack
- 20 Selecting The Best Inputs
- 21 Dictionary Based Fuzzing
- 22 Removing Checksums
- 23 Chaining AFL
- 24 Assessing Crash Impact
- 25 What Triggered The Crash?
- 26 The Peruvian Rabbit Thing
- 27 Sanitizers
- 28 Address Sanitizer Example Output
- 29 Using GDB
- 30 My Triage Method
- 31 BASH Variables
- 32 Heartbleed
- 33 Browser ASLR Bypass
- 34 Resources & Question Time