Solve CTF challenges using AI-assisted skills and multi-agent teams specialized in crypto, forensics, stego, web, pwn, reversing, OSINT, and misc categories. Automatically triage files to detect type and assign parallel solvers, track progress, submit flags, and manage live competitions under time pressure.
Analyze the current challenge and suggest approaches.
Help solve cryptography challenges.
Help solve forensics challenges.
Help solve binary exploitation (pwn) challenges.
Help solve reverse engineering challenges.
Analyze CTF challenge files to detect category and suggest next steps. Use when starting a new challenge, receiving unknown files, or needing triage. Triggers: file, strings, xxd, binwalk output, unknown binaries, .bin .dat .raw .enc files, "what is this file", "analyze this", "identify challenge type". Routes to crypto/forensics/stego/web/pwn/ reverse/osint/misc skills based on detection.
Manage a live CTF competition with an agent team. Auto-triages challenges, assigns them to teammates, and tracks progress. Use during live CTF competitions when you have multiple challenges to solve in parallel. Triggers: "competition mode", "live CTF", "start competition", "manage CTF", "assign challenges". Requires agent teams enabled.
Solve CTF cryptography challenges including encryption, hashing, and encoding. Use when you see: Base64 (trailing ==), hex strings (32/40/64 chars for MD5/SHA1/SHA256), RSA parameters (n=, e=, c=, p=, q=), XOR-encrypted data, .pem .key .enc files, classical ciphers (Caesar, Vigenere, substitution), encoding chains, or "crack this hash". Tools: xortool, hashid, hashcat, john, RsaCtfTool, openssl.
Submit and validate CTF flags. Saves the flag to flag.txt, marks the challenge as solved, and validates against expected flag formats. Triggers: "submit flag", "found the flag", "flag is", "capture flag", "got the flag", "flag{", "CTF{", "picoCTF{".
Solve CTF forensics challenges: memory dumps, network captures, disk images, and file carving. Use when you see: .vmem .raw .dmp memory dumps, .pcap .pcapng network captures, .dd .E01 disk images, or embedded/hidden files. Triggers: "memory dump", "packet capture", "disk image", "file carving", "deleted files", "volatility". Tools: volatility3, binwalk, foremost, tshark, sleuthkit. NOT for steganography (use stego) or binary exploitation (use pwn).
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A toolkit that integrates with AI coding agents to help you analyze, solve, and document CTF challenges.
Inside Claude Code, run:
/plugin install --from https://github.com/MysterionRise/ctf-kit
Or from a local checkout:
/plugin install --from /path/to/ctf-kit
This makes all /ctf-kit:* skills available in any project.
uv tool install ctf-kit --from git+https://github.com/MysterionRise/ctf-kit.git
cd ~/ctf-dangerzone-2026
ctf init --repo
cd competitions/somectf/crypto-challenge
ctf init
# Launch your AI agent
claude
# Use slash commands (plugin format)
> /ctf-kit:analyze challenge.bin
> /ctf-kit:crypto
| Feature | Description |
|---|---|
| AI-Powered Analysis | Automatic challenge categorization and vulnerability detection |
| 20+ Tool Integrations | xortool, binwalk, volatility, zsteg, RsaCtfTool, and more |
| Claude Code Plugin | Install once, use /ctf-kit:* skills in any project |
| Competition Workflow | Designed for speed during live CTFs |
| Writeup Generation | Auto-generate writeups from your solve process |
CTF Kit has a two-tier architecture:
ctf)The standalone CLI for direct tool access:
ctf analyze challenge.bin # Analyze files and detect category
ctf check --category crypto # Check which crypto tools are installed
ctf run xortool file.enc # Run a specific tool directly
ctf tools # List all available tools
/ctf-kit:*)AI-powered skills available in any project after installing the plugin:
| Command | What it does |
|---|---|
/ctf-kit:analyze | Analyzes files, detects challenge type, suggests next steps |
/ctf-kit:crypto | Guides crypto challenges (RSA, XOR, hashing, etc.) |
/ctf-kit:forensics | Memory dumps, PCAPs, disk images, file carving |
/ctf-kit:stego | Hidden data in images, audio, and other media |
/ctf-kit:web | SQLi, XSS, directory enumeration, auth bypass |
/ctf-kit:pwn | Binary exploitation, ROP chains, format strings |
/ctf-kit:reverse | Static/dynamic analysis, decompilation |
/ctf-kit:osint | Username enumeration, domain recon |
/ctf-kit:misc | Encoding chains, esoteric languages, QR codes |
The skills run the CLI tools under the hood and help you interpret results.
# Start Claude Code in your challenge directory
cd competitions/somectf/rsa-challenge
claude
# In Claude Code:
> /ctf-kit:analyze encrypted.txt public_key.pem
# Output: Detected RSA challenge with small public exponent
> /ctf-kit:crypto
# Claude guides you through attacking the weak RSA parameters
cd competitions/somectf/memory-dump
claude
> /ctf-kit:analyze memory.raw
# Output: Detected memory dump (Windows), suggests volatility3
> /ctf-kit:forensics
# Claude helps extract credentials, processes, and artifacts
cd competitions/somectf/hidden-message
claude
> /ctf-kit:analyze image.png
# Output: PNG image, suggests checking for LSB steganography
> /ctf-kit:stego
# Claude runs zsteg, exiftool, and other tools to find hidden data
| Command | Description |
|---|---|
/ctf-kit:analyze | Analyze challenge files and auto-detect category |
| Command | Tools Used |
|---|---|
/ctf-kit:crypto | xortool, RsaCtfTool, hashcat, john |
/ctf-kit:forensics | volatility3, binwalk, foremost, tshark |
/ctf-kit:stego | zsteg, steghide, exiftool |
/ctf-kit:web | sqlmap, gobuster, ffuf |
/ctf-kit:pwn | checksec, ROPgadget |
/ctf-kit:reverse | radare2, ghidra (headless) |
/ctf-kit:osint | sherlock, theHarvester |
/ctf-kit:misc | Encoding detection, file analysis |
# Initialize CTF Kit in repo (one-time)
ctf init --repo
# Initialize for a challenge
ctf init [--category <category>]
# Analyze challenge files
ctf analyze <path> [--verbose]
# Check installed tools
ctf check [--category <category>]
# List all tools and their status
ctf tools
# Run a tool directly
ctf run <tool> [args...]
# Create a new challenge folder
ctf new <name> [--category <category>]
# Generate writeup
ctf writeup [--format md|html]
CTF Kit integrates with your existing workflow:
npx claudepluginhub mysterionrise/ctf-kitComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.