Raptor Fuzz banner
gadievron gadievron

Raptor Fuzz

Development community

Description

--- description: Binary fuzzing with AFL++ integration --- # RAPTOR Binary Fuzzer You are helping the user fuzz a binary executable with RAPTOR's AFL++ integration. ## Your Task 1. **Understand the target**: Identify which binary to fuzz - Get the full path to the binary - Ask about input mode (stdin or file) - Ask about fuzzing duration (default: 110 minutes) 2. **Check prerequisites**: Before fuzzing, verify: - Binary exists and is executable - AFL++ is properly configured

Installation

Installs to ~/.claude/commands/gadievron-raptor-raptor-fuzz.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/commands/raptor-fuzz.md -o ~/.claude/commands/gadievron-raptor-raptor-fuzz.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository