afl
There are 144 repositories under afl topic.
AFLplusplus/AFLplusplus
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
antonio-morales/Fuzzing101
An step by step fuzzing tutorial. A GitHub Security Lab initiative
googleprojectzero/winafl
A fork of AFL for fuzzing Windows binaries
AFLplusplus/LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
rust-fuzz/afl.rs
🐇 Fuzzing Rust code with American Fuzzy Lop
mykter/afl-training
Exercises to learn how to fuzz with American Fuzzy Lop
AngoraFuzzer/Angora
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
hardik05/Damn_Vulnerable_C_Program
An example C program which contains vulnerable code for common types of vulnerabilities. It can be used to show fuzzing concepts.
rohanpadhye/JQF
JQF + Zest: Coverage-guided semantic fuzzing for Java.
Battelle/afl-unicorn
afl-unicorn lets you fuzz any piece of binary that can be emulated by Unicorn Engine.
andreafioraldi/frida-fuzzer
This experimetal fuzzer is meant to be used for API in-memory fuzzing.
intel/kernel-fuzzer-for-xen-project
Kernel Fuzzer for Xen Project (KF/x) - Hypervisor-based fuzzing using Xen VM forking, VMI & AFL
rc0r/afl-utils
Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization
Metalnem/sharpfuzz
AFL-based fuzz testing for .NET
fuzzuf/fuzzuf
Fuzzing Unification Framework
GJDuck/e9afl
AFL binary instrumentation
ispras/casr
Collect crash (or UndefinedBehaviorSanitizer error) reports, triage, and estimate severity.
bruce30262/libprotobuf-mutator_fuzzing_learning
Learn how to combine libprotobuf-mutator with libfuzzer & AFL++
FuzzAnything/Hopper
Hopper is a tool for generating fuzzing test cases for libraries automatically using interpretative fuzzing.
AFLplusplus/Grammar-Mutator
A grammar-based custom mutator for AFL++
alphaSeclab/fuzzing-stuff
Resources About Fuzzing, For Multiple Platforms And All Popular Fuzzers. 500+ Open Source Tools Sorted By Star Count, 800+ Blog Posts Sorted By Publish Time.
rohanpadhye/FuzzFactory
Domain-Specific Fuzzing with Waypoints
vasqued2/ha-teamtracker
Home Assistant integration that provides real-time scores in multiple professional (NBA, NFL, NHL, MLB, MLS, and more), college (NCAA), and international (soccer, golf, tennis, mma, racing) sports using ESPN APIs.
camshaft/bolero
property testing and verification front-end for Rust
Sentinel-One/peafl64
Static Binary Instrumentation tool for Windows x64 executables
ZhangZhuoSJTU/StochFuzz
Sound and Cost-effective Fuzzing of Stripped Binaries by Incremental and Stochastic Rewriting
mfthomps/RESim
Reverse engineering software using a full system simulator
yuawn/Fuzzing
Fuzzing tutorial with easy-to-learn labs 🚀
OCamlPro/owi
WebAssembly Swissknife & cross-language bugfinder
Keysight/optee_fuzzer
This repository contains the code for a fuzzing prototype for the OP-TEE system call interface using AFL.
agroce/afl-compiler-fuzzer
Variation of american fuzzy lop for testing compilers
AFLplusplus/LibAFL-legacy
AFL++ as a library: gives you all the tools necessary to craft the best fuzzer for your targets with ease!
agroce/tstl
Template Scripting Testing Language tool: automated test generation for Python
thebabush/afl-libprotobuf-mutator
AFLplusplus + libprotobuf-mutator = love
vanhauser-thc/afl-patches
Patches to afl to fix bugs or add enhancements
atrosinenko/kbdysch
A collection of user-space Linux kernel specific guided fuzzers based on LKL