Docs
Grroxy is a cyber security toolkit that blends manual testing with AI Agents.
Getting Started
| Page | Description |
|---|---|
| Installation | Install Grroxy, set up the CA certificate, and start proxying in minutes. |
| Architecture | Understand how Grroxy's three components — launcher, app, and tool — work together. |
| DADQL Filtering | DADQL query language for filtering captured HTTP data with expressive operators. |
AI
| Page | Description |
|---|---|
| Sidebar | AI sidebar connected to every tab — analyze requests, suggest tests, and generate payloads. |
| MCP Server | Expose Grroxy tools via MCP protocol for AI agents to interact with proxy data. |
| Claude Code | Run security testing from your terminal with Claude Code connected to Grroxy via MCP. |
API Reference
Launcher API
Project management, templates, updates, and shared utilities.
| Section | Description |
|---|---|
| Ca Certificate | Download the CA certificate for HTTPS interception. |
| Projects | List, create, and open projects. |
| Commands | Execute shell commands. |
| Cook | Search patterns, generate and apply transformations. |
| Files | Read and save files from cache, config, or CWD. |
| File Watcher | SSE-based file watching for template directories. |
| Regex | Test regex patterns and SQL operations. |
| Sql | Test SQL queries. |
| Templates | List, create, and delete templates. |
| Tools | Get tool server info. |
| Updates | Check for and apply updates. |
App API
Proxy, intercept, repeater, sitemap, labels, terminal, and MCP server.
| Section | Description |
|---|---|
| Info | Version, paths, and project details. |
| Proxy | Start, stop, restart, and list proxy instances. |
| Intercept | Forward or drop intercepted requests. |
| Requests | Add and modify captured requests. |
| Repeater | Send requests through the repeater. |
| Http | Send raw HTTP requests. |
| Sitemap | Create and fetch sitemaps. |
| Labels | Create, delete, and attach labels to requests. |
| Cook | Search patterns, generate and apply transformations. |
| Extract | Extract data from requests. |
| Filters | Check DADQL filter expressions. |
| Cwd File Watcher | File watcher and current working directory. |
| Terminal | Manage xterm terminal sessions. |
| Mcp Server | MCP SSE, message handling, and Claude setup. |
Tool API
Fuzzer, SDK, and command execution endpoints.