LibAFL

Fuzzer framework

A framework for building custom fuzzers using Rust, allowing developers to extend and customize their fuzzing capabilities.

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...

GitHub

2k stars
27 watching
319 forks
Language: Rust
last commit: 6 days ago
Linked from 1 awesome list

aflafl-fuzzaflplusplusbinary-onlycoverage-guidedfridafuzzingfuzzing-frameworklibaflrust

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
rust-fuzz/afl.rs A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. 1,651
forallsecure/graphfuzz A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies. 9
mykter/afl-training A comprehensive workshop and training project on fuzzing with AFL (American Fuzzy Lop) for discovering vulnerabilities in popular software projects. 1,227
google/fuzzing A hub for learning and exploring fuzzing techniques to test software for vulnerabilities 3,513
quarkslab/android-fuzzing A toolkit for greybox fuzzing of Android applications using AFL++ Frida mode 107
mnns/llmfuzzer A tool designed to test the security of large language models by simulating various inputs and observing their responses. 231
status-im/nim-drchaos A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. 68
jtpereyda/boofuzz A tool for generating and testing network protocol inputs to identify vulnerabilities 2,041
google/fuzzbench Automated testing of software components to identify vulnerabilities and weaknesses 1,108
jonmetz/androfuzz A tool for fuzzing Android apps with generated files 38
googleprojectzero/fuzzilli A fuzzer for dynamic language interpreters designed to detect core interpreter bugs 1,890
sefcom/witcher A framework for fuzzing web applications to detect vulnerabilities like command and SQL injection 77
henshin/filebuster A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities 212
sycuricon/morfuzz A fuzzing framework for detecting functional bugs in RISC-V processors 23
planetis-m/libfuzzer Fuzzing tool for finding bugs and security issues in software 43