Skip to main content

Cyberstrike is now open source! AI-powered penetration testing for security professionals. Star on GitHub

Usage

CyberStrike offers three ways to interact with its AI-powered security assessment engine:

  • TUI — Interactive terminal interface with real-time agent output, file references, and slash commands
  • CLI — Non-interactive mode for scripting, pipelines, and automation
  • Web — Browser-based interface with session management, side panels, and integrated terminal

Each interface connects to the same underlying engine and shares sessions, so you can switch between them freely.

Quick Start

Terminal window
# Interactive TUI (default)
cyberstrike
# Non-interactive CLI
cyberstrike run "scan example.com for open ports"
# Web interface
cyberstrike web

Choosing an Interface

InterfaceBest For
TUIDaily interactive assessments, file exploration, undo/redo
CLICI/CD pipelines, scripting, piping tool output
WebTeam collaboration, visual side panels, browser-based workflows

All three interfaces support the full range of security agents, MCP tools, and AI providers.