Offensive Security
Automation
Platform.

Altron is a deployment platform for offensive security operations. Define workflows as JSON node graphs, deploy them in one click, and let the local AI executor drive each step — shell commands, browser actions, LLM reasoning — while recording every finding automatically.

Try FreeSee how it works →
org.rootStartcore.shellnmap scancore.researchOSINTcore.taskAnalyzecore.sessionRecord
INITIALIZING

Three steps. Infinite operations.

01

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" }
02

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
03

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/

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
// plan-template { "id": "ssh-enum", "type": "core.shell", "action": "nmap -sV {{target}}", "parent_id": "root"}

Ready-to-run attack plans.

29 templates across 8 categories

SSH Enumeration

Free
reconssh
ssh-enum.json

Web Reconnaissance

Free
reconhttp
web-recon.json

SMB Enumeration

Free
reconwindows
smb-enum.json

Credential Spray

Standard
initial-access
cred-spray.json

Linux Priv-Esc

Standard
priv-esclinux
priv-esc-linux.json

Linux Persistence

Standard
persistencelinux
persist-linux.json

Every event. Structured. Searchable.

MISSION FEED — web-app-assessment-01
09:14:02Session opened — root@10.0.0.15 [ssh]
09:14:08Credential captured — admin:Summer2024!
09:14:21Finding: Weak Password [CRITICAL] — web-01
09:14:33Pivot recorded — 10.0.0.1 → 10.0.0.15
09:14:47Persistence planted — cron @ /etc/cron.d/syslog
09:15:02Session opened — www-data@10.0.0.22 [web shell]

Start free. Upgrade when you're ready.

FREE

$0Forever
  • Full built-in template library
  • 3 custom templates
  • 30 Graphiti memory nodes
  • Core execution engine
  • Red team data model
  • Unlimited custom templates
  • Unlimited memory
Download Free

STUDENT

$25One-time · perpetual
  • Everything in Free
  • Full red team panel
  • Unlimited custom templates
  • Unlimited Graphiti memory
  • Student ID required
Get Student License

STANDARD

$29Launch price · then $100
  • Everything in Student
  • No enrollment required
  • Priority support
  • First 200 licenses
Get Altron

Built for operators.
Start free today.

Altron runs entirely on your machine. No telemetry. No cloud dependency. Your ops stay yours.

Download Altron Free