What problem does it solve?
Blind fuzzers stall on complex input formats and manual triage of HTTP traffic is slow; this Skill uses LLMs to generate syntax-valid fuzzing seeds, evolve grammars from coverage feedback, scale proof-of-vulnerability generation, and perform evidence-driven passive analysis of real Burp traffic.
Core Features & Use Cases
- LLM Seed & Grammar Generation: Produce syntax-valid SQLi/XSS/binary seeds and iteratively refine fuzzing grammars using coverage feedback for AFL++, libFuzzer, and Honggfuzz.
- Parallel PoV Generation: Orchestrate multiple LLM agents that reproduce crashes in gdb, propose minimal payloads, and validate them in sandboxes, recycling failures as new seeds.
- Burp MCP Evidence-Driven Analysis: Connect Codex, Gemini CLI, or local Ollama models to the Burp MCP server to run hunter prompts (IDOR, SSRF, auth flow, logic flaws) grounded in real request/response evidence.
- Use Case: A bug bounty hunter with hundreds of Burp requests runs the idor_hunter prompt through a local Ollama model, flagging object-ID drift backed by cited request/response evidence without leaking session data to cloud APIs.
Quick Start
Ask the AI to generate 200 syntax-valid SQL injection seed strings and wire them into an AFL++ fuzzing run against your target binary.