English | ็ฎไฝไธญๆ | ็น้ซไธญๆ | ํ๊ตญ์ด | Deutsch | Espaรฑol | Franรงais | Italiano | Dansk | ๆฅๆฌ่ช | Polski | ะ ัััะบะธะน | Bosanski | ุงูุนุฑุจูุฉ | Norsk | Portuguรชs (Brasil) | เนเธเธข | Tรผrkรงe | ะฃะบัะฐัะฝััะบะฐ | เฆฌเฆพเฆเฆฒเฆพ | ฮฮปฮปฮทฮฝฮนฮบฮฌ | Tiแบฟng Viแปt | เคนเคฟเคจเฅเคฆเฅ
The first open-source AI agent built for offensive security.
Automated penetration testing from your terminal โ plug in your Claude, GPT, or any LLM subscription
and turn it into an autonomous red team agent with 13+ specialized agents and 120+ OWASP test cases.
Quick Start • Intelligence Layer • What Makes It Different • Agents • Web UI • Bolt • MCP Ecosystem • Installation • Docs • Website
--- ### Quick Start ```bash npm i -g @cyberstrike-io/cyberstrike@latest && cyberstrike ``` That's it. CyberStrike launches a TUI in your terminal, asks for your LLM provider and API key on first run, and you're ready to go. Tell it what to test โ it handles reconnaissance, vulnerability discovery, exploitation, and reporting autonomously. > **Already have a Claude Code or OpenAI subscription?** CyberStrike's intelligence layer sits on top of your existing AI subscription. No separate API costs โ your current plan powers an entire pentest toolkit. Explore the full documentation at **[docs.cyberstrike.io](https://docs.cyberstrike.io)** or visit **[cyberstrike.io](https://cyberstrike.io)** for demos and guides. --- ### Intelligence Layer CyberStrike isn't just a wrapper around an LLM. It's an intelligence layer that transforms any AI model into an offensive security specialist. **How it works:** When you connect your LLM provider, CyberStrike injects domain-specific context โ OWASP testing methodology, vulnerability patterns, attack chain reasoning, and tool orchestration logic โ into every interaction. The model doesn't need to know security; CyberStrike teaches it. **What the intelligence layer provides:** - **Schema normalization** โ Structured output from any provider, regardless of response format differences - **Context guard** โ Prevents prompt leakage and keeps the agent focused on the current test phase - **Provider auto-detection** โ Automatically identifies your LLM endpoint and configures the optimal transport - **Tool orchestration** โ Chains security tools intelligently based on findings, not fixed scripts **15+ LLM providers supported out of the box:** | Provider | Models | Notes | | ------------------------- | ------------------------ | --------------------------------------- | | **Anthropic** | Claude 4.5, Claude 4 | Best performance with extended thinking | | **OpenAI** | GPT-4.1, o3, o4-mini | Full tool-use support | | **Google** | Gemini 2.5 Pro/Flash | Long context for large codebases | | **Amazon Bedrock** | All Bedrock models | IAM auth, no API keys needed | | **Azure OpenAI** | All Azure-hosted models | Enterprise deployments | | **Groq** | LLaMA, Mixtral | Ultra-fast inference | | **Mistral** | Mistral Large, Codestral | European data residency | | **DeepSeek** | DeepSeek V3, R1 | Cost-effective alternative | | **OpenRouter** | 100+ models | Single API, any model | | **Together AI** | Open-source models | Fine-tuning support | | **Ollama** | Any GGUF model | Fully offline, local-only | | **LM Studio** | Any local model | Desktop GUI + API server | | **vLLM** | Any HuggingFace model | Self-hosted, GPU-optimized | | **Any OpenAI-compatible** | โ | Custom endpoints welcome | > **Air-gapped environments?** Run CyberStrike entirely offline with Ollama or LM Studio. No data leaves your machine โ ever. --- ### What Makes It Different| **Specialized Security Agents, Not Generic Chat** CyberStrike ships with 13+ agents purpose-built for security domains. Each agent carries domain-specific methodology, tool knowledge, and testing patterns. The web-application agent follows OWASP WSTG. The cloud-security agent knows CIS benchmarks. The mobile agent uses Frida and follows MASTG/MASVS. They don't guess โ they follow proven offensive security frameworks. | **Intelligence Layer, Not Just an LLM Wrapper** Most AI security tools are thin wrappers that send your prompt to an API. CyberStrike's intelligence layer normalizes outputs across 15+ providers, guards context between test phases, auto-detects your provider configuration, and orchestrates multi-step attack chains. The result: consistent, methodology-driven pentesting regardless of which model you use. |
| **Any LLM, Zero Lock-in** Anthropic, OpenAI, Google, Amazon Bedrock, Azure, Groq, Mistral, DeepSeek, OpenRouter, Together AI โ or run fully offline with Ollama and LM Studio. You choose the model. You own the results. As AI models get better and cheaper, CyberStrike gets better with them. Switch providers in seconds without reconfiguring anything. | **Remote Tool Execution with Bolt** Your security tools don't have to run on your laptop. Deploy Bolt on one or many remote servers, pair with Ed25519 keys, and control everything from your local terminal. One CyberStrike instance can orchestrate dozens of Bolt servers โ each with its own toolkit, network position, and attack surface access. |
cyberstrike.io ยท Docs ยท Discord ยท X.com ยท GitHub
Built by hackers who got tired of copy-pasting between terminals.