aflplusplus
There are 28 repositories under aflplusplus topic.
AFLplusplus/LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
ispras/casr
Collect crash (or UndefinedBehaviorSanitizer error) reports, triage, and estimate severity.
fgsect/FitM
FitM, the Fuzzer in the Middle, can fuzz client and server binaries at the same time using userspace snapshot-fuzzing and network emulation. It's fast and comparably easy to set up.
AFLplusplus/Grammar-Mutator
A grammar-based custom mutator for AFL++
Cybergenik/hopper
Coverage-Guided Greybox Distributed Fuzzer
AFLplusplus/LibAFL-legacy
AFL++ as a library: gives you all the tools necessary to craft the best fuzzer for your targets with ease!
thebabush/afl-libprotobuf-mutator
AFLplusplus + libprotobuf-mutator = love
0xricksanchez/AFL_Runner
Scaling best-practice AFLPlusPlus fuzzing campaigns made easy and more
airbus-seclab/AFLplusplus-blogpost
Blogpost about optimizing binary-only fuzzing with AFL++
adrian-rt/superion-mutator
Superion Mutator for AFLPlusPlus
allyourcodebase/AFLplusplus
Zig build for AFL++
kristopher-pellizzi/MemTrace
Dynamic analysis tool to find memory overlaps in an executable
MegaManSec/AFLplusplus-Parallel-Gen
Generate and execute fuzzing campaign commands for AFL++ based on the recommended multi-core secondary fuzzer options.
xlxs4/aflplusplus-util
A collection of shell scripts to automate fuzzy testing with afl/afl++
fuzzware-fuzzer/fuzzware-emulator
Fuzzware's emulation component. Belongs to fuzzware main repo.
saruman9/android_fuzzing_pres
VR of Android apps: from 0 to 0-day using fuzzing. Presentation.
cwshugg/gurthang
[Masters Thesis] A connection-multiplexing web server fuzzing harness for AFL++.
ligurio/afl-lua
Integration of AFL (American Fuzzy Lop) with Lua programming language. Superseded by https://github.com/ligurio/luzer.
Robb-Fr/software-security-2023
CS-412 Software Security EPFL course labs of Spring 2023 edition
wh1t3h47/afl_pidgin
Fuzz pidgin dbus by using AFL++ and clang's ASAN
acidghost/cmplog-runner
Run programs instrumented with AFL++ CMPLOG and dump as JSON
ItsMagick/Aktuelle-Themen-der-IT-Sicherheit
This Repository is the main Source to my IT-Security Module in my Masters. It covers a Presentation and a Paper with a brief in depth explanation on how fuzzers work. The paper also Covers ideas and aproaches to include machine learning into a fuzzer to maybe one day have a fully modular ML aproach for netwrok protocol fuzzing.
ItsMagick/Praxis_Bachelor
Bachelors thesis concerned with Fuzzing and Benchmarking of Fuzzers
jtro0/project_afl
A directed fuzzer based on AFLplusplus making use of git commits to target most frequently, or recently, updated functions.
khmelnitskiianton/fuzzing-gif
Test task for ispras. I fuzz project Chafa with AFL++ using custom mutation(GIF generator)
micsthepick/ch-fuzz
fuzzing setup for chsh and chfn
SonicStark/afl-cc-rtfsc
RTFSC of afl-cc.c in AFLplusplus