Strathon CLI Simulator

Interactive terminal emulator showcasing a forensic evidence collection CLI. This is a mock simulator - no actual commands are executed.

Available Commands

strathon collect <file>

Collect forensic evidence from specified file (JSON/TXT)

strathon verify <files...>

Verify integrity of collected evidence (1-5 files)

strathon chain <step1> <step2>

Chain custody steps together (requires 2 arguments)

strathon --help

Display help information and usage examples

Terminal Output
$

About This Simulator

  • Security: This is a mock CLI simulator - no actual command execution occurs. All outputs are pre-defined.
  • Features: Command history (↑/↓ arrows), clipboard copy, responsive terminal sizing.
  • Technology: Built with custom terminal emulator, React 19, and TypeScript strict mode.
  • Accessibility: Keyboard navigable, screen reader compatible, WCAG 2.2 AA compliant.
Strathon CLI Simulator | Interactive Playgrounds | DezoDev