CStrike v2.6 — Offensive Security Platform. 35+ tools, 9-container Docker stack, self-update system, parallel port scanning, VPN kill-switch. Dual-arch (amd64/aarch64) VM distribution.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cstrike": {
"args": [
"-y",
"prisma"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
CStrike v2 is an autonomous offensive security platform built on a containerized Docker stack with a real-time web dashboard and AI-driven scan orchestration across 35+ integrated tools. Features a 9-phase attack pipeline (recon through exploitation), multi-provider AI reasoning (OpenAI, Anthropic, Ollama, Grok) with MCP tool server, nftables VPN kill switch across 5 providers (WireGuard, OpenVPN, Tailscale, NordVPN, Mullvad), automatic VPN IP rotation during scans via WireGuard config pool swap
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked prisma against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Cstrike and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Autonomous Offensive Security Platform
Culpur Defense | 9-container Docker stack | 35+ integrated tools | AI-driven 9-phase attack pipeline | VPN IP rotation
Quick Start | Downloads | Architecture | Web UI | TUI | API | Distribution | Docs
CStrike v2 is an autonomous offensive security platform built on a containerized Docker stack with a real-time web dashboard and AI-driven scan orchestration across 35+ integrated tools. Features a 9-phase attack pipeline (recon through exploitation), multi-provider AI reasoning (OpenAI, Anthropic, Ollama, Grok) with MCP tool server, nftables VPN kill switch across 5 providers (WireGuard, OpenVPN, Tailscale, NordVPN, Mullvad), automatic VPN IP rotation during scans via WireGuard config pool swapping, Metasploit RPC automation, and remote browser access via KasmVNC. Built for red team operations on isolated infrastructure with engagement lifecycle management, OPSEC gating, and emergency wipe capability.
Built for authorized red team engagements. Requires explicit scope authorization before use.
Fastest path: Download a pre-built VM image — boot and go in 5 minutes. The instructions below are for Docker-only or source deployment.
# Clone
git clone https://github.com/culpur/cstrike.git
cd cstrike
# Configure
cp .env.example .env
# Edit .env — set POSTGRES_PASSWORD, REDIS_PASSWORD, KASM_PASSWORD
# Generate TLS certificates
bash docker/generate-certs.sh
# Start the stack
docker compose up -d
# Seed the database (first run only)
docker exec cstrike-api npx prisma db seed
| Access Point | URL |
|---|---|
| HTTPS Dashboard | https://localhost/ |
| Remote Browser (Kasm) | https://localhost:6901/ |
| TUI | docker exec -it cstrike-api python -m tui |
| Health Check | curl -sk https://localhost/health |
Full install from bare metal? Run
sudo bash install.shon Debian 12. See Distribution.
Pre-built VM images — boot and go, no building required.
| Format | Use Case | Size | Download |
|---|---|---|---|
| QCOW2 | Proxmox / KVM / libvirt | ~21 GB | Download |
| VMDK | VMware ESXi / Workstation / Fusion | ~20 GB | Download |
| OVA | VMware / VirtualBox portable | ~20 GB | Download |
| VDI | VirtualBox (native) | ~49 GB | Download |
| Format | Use Case | Size | Download |
|---|---|---|---|
| QCOW2 | QEMU / UTM / Parallels | ~21 GB | Download |
| VMDK | VMware Fusion | ~20 GB | Download |
| OVA | VMware Fusion / UTM | ~20 GB | Download |
| VDI | VirtualBox (native) | ~49 GB | Download |
BitTorrent downloads | Checksums | All formats
Pre-built images include Debian 12 + 35+ security tools + Docker stack with all containers pre-built. First boot auto-expands disk, regenerates SSH keys, randomizes passwords, and starts all services with `do