ariary / coco

🥥 OTA expandable command and control (c2c) using websocket trial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🥥 coco (c2c)

Dynamically extendable Command and server trial

Usage

Overview

TL;DR:The perk is that modules can be custom at your convenience (just follow a specific structure) and be dynamically loaded in the agent

3 components:

  • server: deploy on attacker machine
  • agent: deploy on target waiting for command from server
  • modules: link to the Agent waiting for instruciton from agent

Communication:

  • server <~> agent (Websocket)
  • agent <~> modules (IPC)

Agent can be:

  • dynamically and OTA extended by loading module:
  • statically built with built-in modules

About

🥥 OTA expandable command and control (c2c) using websocket trial


Languages

Language:Go 98.5%Language:Makefile 1.5%