v1.0 -> v1.1

AdaptixC2

New:

  • The data synchronization model has been completely redesigned. Data categories and category subscriptions have been introduced. Now, when logging in and during work, operators can select which data to synchronize.

  • Completely redesigned extenders models.

  • Agent generation can now be performed in a separate channel, allowing build status to be displayed online and without being affected by timeouts.

  • Agents now have a multi_listeners mode, which can be configured in the extender configuration. This mode allows you to generate an agent that will work with an unlimited number of listeners simultaneously, regardless of their protocol.

  • YAML is now used to store configurations instead of JSON.

  • The main HTTP server of the team server now has the ability to flexibly configure HTTP connection parameters.

  • The tunnels have been improved and optimized (by AnvithLoboarrow-up-right)

  • Columns in the session table can now be moved. Columns now automatically adjust to the correct size (by newBBnewarrow-up-right)

  • Now the listener state (paused or running) is saved and restored from the database.

  • Adds new themes: Adaptix Dracula, Dark Ice, Glass Morphism, Hacker Tech (by newBBnewarrow-up-right)

  • New AxScript functions:

    • Menu: menu.add_main, menu.add_main_project, menu.add_main_axscript, menu.add_main_settings.

    • Ax: ax.file_dirname, ax.file_extension, ax.file_size, ax.file_write_binary, ax.decode_data, ax.decode_file, ax.encode_data, ax.encode_file, ax.convert_to_code, ax.get_prject.

Fix:

  • The issue of re-saving an agent profile with a configuration already existing in the database has been resolved.

  • Fix duplicate remote shell writes in teamserver (by BlackMeerkatarrow-up-right)

  • Reverse Port Forwarding errors have been fixed (by AnvithLoboarrow-up-right)


Beacon

New:

circle-check

Fix:


Gopher

  • The Gopher agent profile now supports multi_listeners mode. This means that multiple different listeners can be configured for the agent, regardless of protocol.

  • Updated socks tunnels (by AnvithLoboarrow-up-right)

  • Updated ls command (by AnvithLoboarrow-up-right)


Extension-Kit

New:

  • LateralMovement-BOF: invoke winrm now support background execution (by BlackMeerkatarrow-up-right)

  • Make 32-bit builds available in Creds-BOF, Elevation-BOF, Injection-BOF, LateralMovement-BOF, Postex-BOF, SAL-BOF and SAR-BOF (by nth347arrow-up-right)

  • Added relay-informer BOF

  • Added webdav BOF

  • Add runas-session BOF

  • Cookie-monster: added chrome 144+ support

  • Added Kharon agent support

Fix:

  • Issue in the PSExec BOF implementation that caused service creation and startup failures (errors 1053, 1072, 1073) (by LongWayHomiearrow-up-right)

  • Issue of subsequent executions of potato-dcom which works perfectly on the first attempt but returns "Failure" on all subsequent attempts within the same beacon session (by LongWayHomiearrow-up-right)

templates-extender

  • A new task type has been introduced: TASK_TYPE_LOCAL. This task type is used to retrieve information and returns the task output directly to the client; it is not saved to the database or sent to agents or other clients.

  • The agent config now has a multi_listeners parameter.

  • Changed TS API:

  • Added TS API:

Last updated