-
Notifications
You must be signed in to change notification settings - Fork 0
Home
guan4tou2 edited this page Jul 28, 2026
·
4 revisions
Red Team Operation Log — an Electron desktop app that passively records everything during a pentest engagement into a tamper-evident, per-project timeline. Current release: v0.3.0 · Download · Source
RedLog captures on two planes — keep them straight and nothing gets missed:
- Hooks = data plane (they record). Passive, automatic, fire on every command. This is where logging happens. Install them first and rely on them.
- MCP = control plane (it operates the app). Create markers, check scope, anchor the chain, read history. Use MCP only for what a hook can't do — never re-log over MCP what a hook already captured.
- Agent Integration — the full surface: terminal hooks, the app-hosted MCP server (18 tools, HTTP + stdio), REST API, shell helpers, Codex schema, the proxied browser, config profiles.
-
MCP server — RedLog hosts its own MCP endpoint over HTTP, live the moment the app opens (
http://127.0.0.1:<port>/mcp); stdio bridge as a fallback. Set up in Settings ▸ Team & Integrations. - Proxied browser — one-click Chromium through your mitmproxy, CDP enabled, project-local profile.
- Deconfliction webhook — real-time signed feed to the blue team.
-
Operators & tokens — per-operator attribution, secondary operators for teammates/agents (the MCP setup mints a dedicated non-rotating
mcp-agenttoken), rotate/revoke lifecycle, threat model.
-
Audit Trail — SHA-256 event chain + hourly OpenTimestamps anchoring + full re-walk verify (with wall-vs-monotonic clock-anomaly detection) +
.otsbundle export. -
Event Schema — standard
agent_typevalues and data keys (Ghostwriter-compatible).
-
redlog-pentest skill — drop-in Claude Code skill. Copy to
~/.claude/skills/.
- Releasing — two-phase cross-platform release via GitHub Actions.
- codex-tools.json — OpenAI function-calling schema (14 functions).
This wiki mirrors docs/ in the repo.
Integration
Evidence
SSH / VPS
Extending
Privacy
Agent skill
Ops