Adaptix Framework
AdaptixC2 GitHubExtension-Kit
  • Welcome
  • Adaptix C2
    • Getting Starting
      • Installation
      • Starting
    • User Interface
    • Listeners and Agents
    • Agent Browsers
      • Remote Terminal
      • File Browser
      • Process Browser
    • Data management
      • Tasks storage
      • Downloads Storage
      • Screenshots Storage
    • BOF and Extensions
    • Tunnels and Forwarding
    • Linking Agents
  • Extenders
    • Listeners
      • Beacon HTTP
      • Beacon SMB
      • Beacon TCP
      • Gopher TCP
    • Agents
      • Beacon
        • Beacon BOFs
      • Gopher
  • Development
    • Plugins
    • Listener plugin
    • Agent plugin
  • AX Support & Blogs
    • AxChecker
    • CmdChecker
  • Blogs
  • Changelog
    • v0.1 -> v0.2
    • v0.2 -> v0.3
    • v0.3 -> v0.4
    • v0.4 -> v0.5
Powered by GitBook
On this page
  • AdaptixC2
  • Agent Beacon
  • Agent Gopher
  • Extension-Kit
  1. Changelog

v0.4 -> v0.5

Previousv0.3 -> v0.4

Last updated 4 days ago

AdaptixC2

New:

  • AdaptixClient now features a RemoteTerminal — a fully interactive console

  • Tunnels can now be created from the context menu of the session table or the graph. It is now possible to build tunnels via AdaptixClient (clienside), not just through Teamserver. The tunnel mechanism has been reworked to correctly handle SSL frame formation. Information about whether a specific type of tunnel is supported by the agent is included in the tunnel configuration

  • Command parameters can now have an empty default value

  • Screenshot zoom is now limited to values between x0.3 and x4.0

  • Columns in the TasksTable have been updated. Active tunnels are now marked as Running instead of Hosted

Fix:

  • New methods are now used for newer versions of Qt libraries instead of deprecated ones

  • Indentation in tables no longer relies on QtDelegate — it is now fully implemented using QSS styles. This resolves the issue of colored spaces appearing in some tables

  • Fixed an issue where the client window could shrink on startup

Agent Beacon

New:

  • Add Custom BOF API AxAddScreenshot

Fix:

Agent Gopher

New:

  • Added Windows support

  • Support for multithreaded parallel SOCKS5 tunnels has been implemented.

  • Added Cancel function to the Downloads Storage

  • Added Exit option to the context menu in the session table and the graph

  • FilesBrowser now supports both file download and upload

Fix:

  • Symbolic links are now recognized, and FilesBrowser correctly displays them as either files or directories

  • File downloads were previously very slow due to a chunk size of only 10 bytes. The default chunk size for downloads is now 1 MB

Extension-Kit

New BOFs:

  • Postex-BOF: screenshot_bof

A section with public materials about AdaptixC2 has been added to the documentation.

Fixed the header value processing mechanism in the BeaconHTTP listener: (by )

Blogs
Pull Request #53
D4rthMaulCop