AGENT ONLINE — v1.0.0 — OPEN SOURCE

REDCLAW
AI

[ AUTONOMOUS OFFENSIVE SECURITY AGENT ]

Deploy an AI agent that autonomously plans and executes red team operations on your machine. 28+ offensive tools, multi-provider LLM routing, and full computer control — self-hosted, open source, built for professionals.

28+
Offensive Tools
Auto-installed on demand
7
LLM Providers
OpenAI, Claude, Groq & more
4
Agent Roles
Brain · Worker · Coder · Analyst
100%
Self-Hosted
Your machine, your data
redclaw@kali:~$
$ python3 main.py --port 8080 --config configs/multi-provider-example.json
✓ RedClaw AI v1.0.0 — Autonomous Cybersecurity Agent
✓ Loaded 28 tools | LLM router: multi-provider | Brain→GPT-4.1 | Worker→Groq
✓ API server running on http://0.0.0.0:8080
$ curl -X POST /api/task -d '{"objective": "Scan 10.0.0.0/24, enumerate services, check for CVEs"}'
→ [Brain] Decomposing objective into 4 sub-tasks...
→ [Worker] nmap -sV -sC -T4 10.0.0.0/24 ...
→ [Worker] nuclei -l hosts.txt -severity critical,high ...
→ [Analyst] Generating pentest report...

Everything a Red Teamer Needs

A complete autonomous agent stack — from initial recon to final report.

AGENTIC

Autonomous Agent Loop

Think → Plan → Execute → Observe. RedClaw AI autonomously breaks down red team objectives into multi-step operations, selects the right tools, interprets results, and adapts its strategy in real time — no hand-holding required.

AUTO-INSTALL

28+ Offensive Tools

The full offensive security stack: nmap, masscan, nuclei, sqlmap, ffuf, metasploit, impacket, hashcat, hydra, and 19+ more. Missing a tool? The agent detects it and installs it automatically.

COST-OPTIMIZED

Multi-Provider LLM Routing

Route each task to the optimal model. Brain tasks go to GPT-4.1 or Claude Sonnet. Worker tasks use fast cheap models like Groq Llama. Coder tasks hit DeepSeek. Analyst reports use GPT-4.1-mini. Minimize cost, maximize performance.

PLAYWRIGHT

Full Browser Control

Playwright-powered headless browser automation. Navigate web targets, interact with forms, extract cookies, take screenshots, and test web application logic — all orchestrated by the agent.

RECON

Network & Recon Stack

Nmap scanning profiles, subdomain enumeration, DNS lookups, SSL certificate analysis, port scanning, WHOIS lookups, and HTTP header analysis — all wired directly into the agent's tool belt.

REPORTING

Automated Pentest Reports

Generate professional penetration testing reports in Markdown with severity ratings, CVSS scores, evidence, impact analysis, and remediation recommendations. Shareable, structured, and ready for clients.

28+ Offensive Security Tools

All auto-installed on demand. The agent handles dependencies — you focus on the mission.

RECONNAISSANCE
nmapmasscansubfinderhttpxnucleiamasstheHarvestershodan
WEB TESTING
sqlmapffufniktogobusterdirbwpscanxsstrikeburpsuite
EXPLOITATION
metasploitpwntoolssearchsploitimpacketevil-winrm
PASSWORD
hashcatjohnhydramedusacrunch
POST-EXPLOIT
chiselligolo-ngmimikatzbloodhound
NETWORK
wiresharktcpdumpscapyresponderbettercap

Right Model,
Right Task

Stop paying GPT-4 prices for simple shell commands. RedClaw AI routes each task to the most cost-effective model for that role — keeping expensive tokens for the work that actually needs them.

Brain
Complex reasoning, exploit analysis
Worker
Tool execution, scanning, recon
Coder
Exploit dev, script writing
Analyst
Reports, summaries, findings
OpenAI
GPT-4.1 · GPT-4.1-mini · GPT-4.1-nano
Brain / Analyst
Anthropic
Claude 3.5 Sonnet · Haiku
Brain
Venice
Llama 3.3 70B · Qwen Coder
Worker / Coder
Groq
Llama 3.3 70B · 8B Instant
Worker
DeepSeek
DeepSeek Chat · Reasoner
Coder
Ollama
Any local model (free)
All roles
Configure Providers

From Zero to Exploitation

01
Deploy

One-command setup on Kali Linux, Docker, or your local machine. The agent is running in under 5 minutes.

02
Configure

Set your LLM provider API keys and configure role routing. Mix providers to minimize cost and maximize capability.

03
Task

Submit a red team objective via the web dashboard or REST API. Natural language — no scripting required.

04
Execute

The agent plans, selects tools, executes operations, interprets results, and delivers a structured report.

Deploy Anywhere

Four deployment paths. All self-hosted. All yours.

Kali Linux VM

Full native install with systemd service. Best for dedicated red team VMs.

$ sudo bash scripts/setup-kali.sh
Docker

Lightweight containerized deployment. Ready in under 2 minutes.

$ docker compose up -d
Docker + Kali

Full Kali toolset inside Docker. All 40+ tools pre-installed.

$ docker compose --profile kali up -d
Local Machine

Quick setup on any Linux/macOS machine. Zero configuration.

$ bash scripts/setup-quick.sh
RedClaw AI

Ready to Deploy?

Open source, self-hosted, and built for professionals. No subscriptions, no data leaving your machine.

Built in the Open. Trusted by Red Teamers.

Open Source

MIT License — fork it, extend it, own it.

Self-Hosted

Zero telemetry. Your keys, your data, your machine.

Authorized Use Only

Built for professional security testing with explicit permission.