v1.0 -> v1.1
Contributors to the GitHub update include: shashinma, AnvithLobo, LongWayHomie, nth347, newBBnew, lesteratSOL, BlackMeerkat
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 AnvithLobo)
Columns in the session table can now be moved. Columns now automatically adjust to the correct size (by newBBnew)
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 newBBnew)
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 BlackMeerkat)
Reverse Port Forwarding errors have been fixed (by AnvithLobo)
Beacon
New:
New DNS/DoH connector (by shashinma)


Updated tunnels (by AnvithLobo)
Updated ls command (by AnvithLobo)
Add http/https proxy support (Adnnlnistrator)

Fix:
Fixed a bug that sometimes prevented TCP beacons from being generated
Fixed AUTH RCE error in the
BuildPayloadfunction of the beacon_agent plugin (by https://github.com/lesteratSOL)The tunnels have been improved and optimized (by AnvithLobo)
Gopher
The Gopher agent profile now supports
multi_listenersmode. This means that multiple different listeners can be configured for the agent, regardless of protocol.Updated socks tunnels (by AnvithLobo)
Updated ls command (by AnvithLobo)
Extension-Kit
New:
LateralMovement-BOF:
invoke winrmnow support background execution (by BlackMeerkat)Make 32-bit builds available in Creds-BOF, Elevation-BOF, Injection-BOF, LateralMovement-BOF, Postex-BOF, SAL-BOF and SAR-BOF (by nth347)
Added
relay-informerBOF

Added
webdavBOF

Added
lsadump_secretsBOF (by shashinma)

Added
lsadump_samBOF (by shashinma)

Added
lsadump_cacheBOF (by shashinma)

Add
runas-sessionBOF

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 LongWayHomie)
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 LongWayHomie)
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_listenersparameter.Changed TS API:
Added TS API:
Last updated