Installation
The easiest way to install the Sentinel CLI is via our automated installation script. This script detects your OS and architecture, downloads the correct binary, and installs it to /usr/local/bin.
Quick Install
curl -fsSL https://sentinel.hackura.app/install.sh | bash
Manual Installation
You can also download the pre-compiled binaries directly from our GitHub Releases.
Commands
Hackura Sentinel AI CLI
sentinel scan example.com
sentinel domain google.com
sentinel ip 1.1.1.1
sentinel explain example.comOutput preview
Scan result
Risk: HIGH
Confidence: 98.1%
Graph nodes: 24
Redirect chain: 3 hops
DNS signals: 7Workflow
- Query the entity.
- Enrich the response.
- Inspect the graph.
- Export or automate the findings.
Operational fit
The CLI is meant to mirror the product model so operators can switch between terminal and dashboard without losing context.
