Setup

Assuming Adaptix is already built, follow the instructions below:

  1. Run the setup_kharon.sh script and pass the AdaptixC2 root directory as an argument. The script will automatically perform the full setup process. For Example:

./setup_kharon.sh /opt/AdaptixC2/
  1. Update the Adaptix profile file to include Kharon’s config.json and its listeners. For example:

"extenders": [
  "extenders/beacon_listener_http/config.json",
  "extenders/beacon_listener_smb/config.json",
  "extenders/beacon_listener_tcp/config.json",
  "extenders/beacon_agent/config.json",
  "extenders/gopher_listener_tcp/config.json",
  "extenders/gopher_agent/config.json",
  "extenders/agent_kharon/config.json",
  "extenders/listener_kharon_http/config.json"
]

Last updated