<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Introduction on JustC2 Docs</title><link>/en/docs/introduction/</link><description>Recent content in Introduction on JustC2 Docs</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2026 JustC2</copyright><lastBuildDate>Sat, 19 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="/en/docs/introduction/index.xml" rel="self" type="application/rss+xml"/><item><title>What is JustC2</title><link>/en/docs/introduction/what-is-justc2/</link><pubDate>Sat, 19 Sep 2026 00:00:00 +0000</pubDate><guid>/en/docs/introduction/what-is-justc2/</guid><description>&lt;div class="callout callout-note d-flex flex-row mt-4 mb-4 pt-4 pe-4 pb-2 ps-3"&gt;&#13;&#10; &#13;&#10; &lt;div class="callout-content"&gt;&#13;&#10; &lt;div class="callout-title"&gt;&#13;&#10; &lt;p&gt;Based on AdaptixC2&lt;/p&gt;&#10;&#13;&#10; &lt;/div&gt;&#13;&#10; &lt;div class="callout-body"&gt;&#13;&#10; &lt;p&gt;JustC2 is based on &#13;&#10;&#13;&#10;&lt;a class="link link--text" href="https://github.com/Adaptix-Framework/AdaptixC2" rel="external"&gt;AdaptixC2&lt;/a&gt;, an open-source C2 framework created by &#13;&#10;&#13;&#10;&lt;a class="link link--text" href="https://github.com/RalfHacker" rel="external"&gt;RalfHacker&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Architecture</title><link>/en/docs/introduction/architecture/</link><pubDate>Sat, 19 Sep 2026 00:00:00 +0000</pubDate><guid>/en/docs/introduction/architecture/</guid><description>&lt;h2 id="high-level-architecture"&gt;High-Level Architecture&lt;/h2&gt;&#10;&lt;p&gt;JustC2 follows a classic C2 architecture with three tiers:&lt;/p&gt;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&lt;div class="expressive-code"&gt;&#13;&#10; &lt;figure class="frame not-content"&gt;&#13;&#10; &lt;figcaption class="header"&gt;&#13;&#10; &lt;span class="title"&gt;&lt;/span&gt;&#13;&#10; &lt;/figcaption&gt;&#13;&#10; &lt;pre tabindex="0"&gt;&lt;code&gt;┌─────────────┐ HTTPS/WSS ┌──────────────┐ HTTP/TCP/SMB/DNS ┌─────────────┐&#10;│ JustClient │ ◄──────────────────► │ JustServer │ ◄────────────────────► │ Agents │&#10;│ (Operator) │ WebSocket + REST │ (Teamserver) │ Listener Protocols │ (Targets) │&#10;└─────────────┘ └──────────────┘ └─────────────┘&#10; │&#10; ┌─────┴─────┐&#10; │ Extenders │&#10; │ (.so) │&#10; └───────────┘&lt;/code&gt;&lt;/pre&gt;&#13;&#10; &lt;/figure&gt;&#13;&#10;&lt;/div&gt;&#13;&#10;&lt;h3 id="component-responsibilities"&gt;Component Responsibilities&lt;/h3&gt;&#10;&lt;table&gt;&#10;&#9;&lt;thead&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Component&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Language&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Role&lt;/th&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/thead&gt;&#10;&#9;&lt;tbody&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;strong&gt;JustServer&lt;/strong&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Go&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Central teamserver — manages agents, listeners, tasks, and operator connections&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;strong&gt;JustClient&lt;/strong&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;C++ (Qt6)&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Desktop GUI for operators to interact with the teamserver&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;strong&gt;Extenders&lt;/strong&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Go (.so)&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Plugin modules that implement listener and agent logic&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;strong&gt;axc2&lt;/strong&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Go&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Shared type definitions used by the server and extenders&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/tbody&gt;&#10;&lt;/table&gt;&#10;&lt;h2 id="justserver"&gt;JustServer&lt;/h2&gt;&#10;&lt;p&gt;The teamserver is the central hub. It exposes a REST API and WebSocket endpoint over TLS for operator connections, and manages listener processes that communicate with deployed agents.&lt;/p&gt;</description></item></channel></rss>