v0.5 -> v0.6

AdaptixC2

New:

  • Agent Console – Path Autocompletion & File Selection Dialog. Local file path autocompletion is now available in the agent console via the Tab key. Pressing Ctrl+Tab opens a file selection dialog for browsing the file system.

  • Context Menu Enhancements (Agent Console & Logs Panel). A context menu has been added to both the agent console and the Logs panel, allowing you to configure AutoScroll, NoWrap, and change the console buffer size (limiting the number of lines). Default values for AutoScroll, NoWrap, and buffer size can be configured in Main Settings.

  • Search functionality (Ctrl+F) has been added to the agent console and the Logs panel.

  • Command history in the agent console is now restored upon synchronization with the server, even after client reconnection. Full history is available through the “Show History” context menu. Double-clicking a command in Show History inserts it into the input field.

  • In RemoteTerminal, buffer size (line count) can now be configured via the context menu. The default value can be set in Main Settings.

  • EventCallback to Telegram BOT. More...

  • New UI Theme and Font Support. A new Dracula theme has been added to AdaptixClient. It can be selected in client settings. Font support for DejaVu Sans Mono and Hack has been extended. New fonts Space Mono and Anonymous Pro have been added.

  • The columns Domain, Computer, and User in SessionsTable can now be resized manually.

  • Enhanced Session Table Menu. The session table menu has been redesigned. It is now possible to execute a command on multiple agents via the 'Agent' → 'Execute command' menu. Console content can be permanently deleted via 'Agent' → 'Remove console data', while all tasks remain in TasksManager.

  • An additional graph version has been added (by mil4ne). You can select which version to use in client settings.

  • All settings are now applied in real time and no longer require a client restart.

  • One-Time Password (OTP) Token System. An OTP token system has been added for one-time access to objects. The endpoint /otp/get accepts the object type and its identifier (e.g. type: download, id: FileId). With the received token, you can access the /download/sync/otp endpoint and download a file once without authentication on the team server. Tasks larger than 5 MB are now uploaded as files using OTP. More...

  • Synchronization of large files from DownloadsTable has been implemented. Files are uploaded through the client in a separate thread. A new window shows synchronization status and speed. You can also obtain an OTP and download the file via Curl or Wget. More...

  • When restoring agents from the database, the client log now shows the date and time the agent was created.

  • The C2 endpoint may now contain the "." character.

  • Project structure has been refactored. Client build time has been reduced by approximately 50%.

  • Server has been updated from Go 1.23.1 to Go 1.24.4.

Fix:

  • Fixed an issue with incorrect task data validation. The client would terminate when executing a sequence of commands involving file upload and Beacon agent termination.

  • Fixed an issue with caching unsynchronized tasks. These tasks are no longer stored in server memory unless they are JOBs.

  • When copying Cmdline from TasksBrowser, an incorrect column value was copied. Now dynamic column indices are used.

  • Fixed color inconsistencies in the agent console when pasting previously copied data. The agent console no longer uses HTML for text formatting.

  • Fixed padding in UI styles. Buttons and input fields now have equal height.

Agent Beacon

New:

  • In the BeaconSMB listener, pipe names can now contain "." characters.

  • The ps list command now displays processes as a tree structure.

Agent Gopher

New:

  • The shell and run commands now support various encodings.

  • Executing shell and run commands no longer opens a visible console window (by yinsel)

  • Added support for legacy Windows systems, including Windows 7 and Windows Server 2003 (by yinsel).

Extension-Kit

New BOFs:

Last updated