How it works
Three steps. Infinite operations.
Write a template
Define your operation as a JSON node graph. Nodes connect by parent_id (execution order) and context_from (data flow). Parametrize with {{target}}, {{user}}, {{password}}.
{ "id": "scan", "type": "core.shell",
"action": "nmap -sV {{target}}",
"parent_id": "root" }AI runs every node
Click Run. Altron walks the graph — parallel branches execute concurrently, conditional branches evaluate with shell exit codes or LLM judgment, for_each iterates lists.
[running] scan → nmap -sV 10.0.0.1 [found] 22/ssh 80/http 443/https [running] analyze → core.simple_task [done] 3 findings identified
Findings recorded automatically
core.session, core.credential, core.finding, and core.persistence nodes write structured records to the red team data model. Query, export, and build on them in future ops.
✓ Session: root@10.0.0.1 ✓ Cred: admin / Summer2024! ✓ Finding: Weak Password [CRIT] ✓ Persist: cron @ /etc/cron.d/
Features
Everything a red teamer needs.
Node graphs that run themselves
Every operation is a JSON plan template — a directed graph of typed nodes. Write it once, replay it anywhere. The node library covers shell commands, LLM tasks, web browsing, file writing, process control, and more.
- 29 built-in templates across 8 categories
- Parametric: swap targets without editing the graph
- Version-controlled JSON — diff, branch, share
- Custom templates auto-registered to the AI planner
Template library
Ready-to-run attack plans.
29 templates across 8 categories
SSH Enumeration
FreeWeb Reconnaissance
FreeSMB Enumeration
FreeCredential Spray
StandardLinux Priv-Esc
StandardLinux Persistence
StandardRed team panel
Every event. Structured. Searchable.
Pricing
Start free. Upgrade when you're ready.
FREE
- ✓ Full built-in template library
- ✓ 3 custom templates
- ✓ 30 Graphiti memory nodes
- ✓ Core execution engine
- ✗ Red team data model
- ✗ Unlimited custom templates
- ✗ Unlimited memory
STUDENT
- ✓ Everything in Free
- ✓ Full red team panel
- ✓ Unlimited custom templates
- ✓ Unlimited Graphiti memory
- ✓ Student ID required
STANDARD
- ✓ Everything in Student
- ✓ No enrollment required
- ✓ Priority support
- ✓ First 200 licenses
Built for operators.
Start free today.
Altron runs entirely on your machine. No telemetry. No cloud dependency. Your ops stay yours.
Download Altron Free