ctf-agent provides a lightweight set of tools and helpers to run an automated agent for solving CTF challenges.
Overview
- Supports solving reverse-engineering and cryptography challenges using native Kali Linux tools and optional Flare VM tooling for Windows-specific binaries.
- Integrates with a
flare-vmMCP server and arag-dbservice to speed lookups and script generation.
Features
- Reverse engineering: automates analysis and testing of binaries using Kali or Flare VM tools.
- Cryptography: uses
rag-dbfor quick writeup lookups and reusable helper scripts.
Quick start
- Set up Flare VM (if you need Windows tooling): see Flare VM setup.
- Prepare a Kali instance: see Kali setup.
- Start the agent and point it to your
flare-vmMCP server andrag-db.
For more details and advanced configuration, check the project docs in the agent/ and mcp-servers/ folders.