Update README.md

This commit is contained in:
2026-07-19 00:15:32 -05:00
parent cd7ef151c4
commit 46c317fca1

View File

@@ -1,9 +1,11 @@
# AI-Enhanced CTF Toolchain & Learning Platform # CTF Toolchain & Learning Platform
A modern, lightweight Capture The Flag (CTF) utility and context manager written in Python. This tool standardizes solving methodologies, captures solver context, inspects file structures, and automatically intercepts flags in the console stream to facilitate agentic solving workflows. A modern, lightweight Capture The Flag (CTF) utility and context manager written in Python. This tool standardizes solving methodologies, captures solver context, inspects file structures, and automatically intercepts flags in the console stream to facilitate agentic solving workflows.
Managed using `uv` as the package manager and built with a modular, pure-Python architecture. Managed using `uv` as the package manager and built with a modular, pure-Python architecture.
Eventually will implement MCP architecture to agentic solving. Focusing on static tooling for now. The more static tools I can add the less the agents have to do eventually, and the quicker I can solve the challenges by hand.
--- ---
## 🚀 Key Features ## 🚀 Key Features