Help us improve
Share bugs, ideas, or general feedback.
From cybersec-toolkit
Performs coverage-guided fuzzing of compiled binaries with AFL++ to discover memory corruption, crashes, and security vulnerabilities. Includes instrumentation, corpus management, parallel fuzzing, and crash triage.
npx claudepluginhub 26zl/cybersec-toolkit --plugin cybersec-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/cybersec-toolkit:performing-fuzzing-with-aflplusplusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AFL++ is a community-maintained fork of American Fuzzy Lop (AFL) that provides coverage-guided
Performs coverage-guided fuzzing of compiled binaries with AFL++ to discover memory corruption, crashes, and security vulnerabilities. Includes instrumentation, corpus management, parallel fuzzing, and crash triage.
Perform coverage-guided fuzzing of compiled binaries using AFL++ to discover crashes, memory corruption, and vulnerabilities. Instruments with afl-cc, manages corpora via afl-cmin/tmin, runs afl-fuzz campaigns, triages with GDB.
Executes coverage-guided fuzzing with AFL++ on compiled binaries to discover memory corruption, crashes, and security vulnerabilities. Covers instrumentation with afl-cc, corpus management via afl-cmin/afl-tmin, parallel fuzzing, and crash triage using CASR/GDB.
Share bugs, ideas, or general feedback.
AFL++ is a community-maintained fork of American Fuzzy Lop (AFL) that provides coverage-guided fuzzing for compiled binaries. It instruments targets at compile time or via QEMU/Unicorn mode for binary-only fuzzing, then mutates input corpora to discover new code paths. AFL++ includes advanced scheduling (MOpt, rare), custom mutators, CMPLOG for input-to-state comparison solving, and persistent mode for high-throughput fuzzing.
apt install afl++ or build from source)afl-cc or afl-clang-fastafl-cmin to remove redundant seedsafl-fuzz with appropriate flags (-i input -o output)afl-tmin minimization and CASR/GDB analysis+++ Findings +++
unique crashes: 12
unique hangs: 3
last crash: 00:02:15 ago
+++ Coverage +++
map density: 4.23% / 8.41%
paths found: 1847
exec speed: 2145/sec