v0.10 -> v0.11
Go version has been updated from 1.24.4 to 1.25.4, so a full installation following the guide is required.
AdaptixC2
New:
Golang has been updated from version 1.24.4 to 1.25.4. The new version will use the new experimental
encoding/json/v2package and the new experimentalgreenteagcgarbage collector.Synchronization of extension package versions and the framework itself is now controlled by a single
go workstatement.The synchronization mechanism has been optimized. The entire client interface is now blocked during synchronization.
The
GenerateUIfunction in axscript now also returns theui_heightandui_widthproperties, which adjust the window for creating listeners or agents.
Fix:
Fixed errors with interrupted upload and synchronization of large files.
Fixed an issue where the sync progress bar would not appear when reconnecting to the server.
Beacon
New:
Classes that store this during initialization will get pointer to temporary memory (on stack) because of current construction method. Code changed to use new/delete with overridden operator new/operator delete for each of beacon class. (by cr0eax)
Fix:
Problem in
BeaconFormatPrintf/BeaconPrintfbecausevsnprintfreturns -1 on error which is later used as size leading to crash (by cr0eax)Problem in
BeaconAddValueand family. It storesChar*as raw pointer insideMap<CHAR*, LPVOID> Values;Changed to store actual key value (by cr0eax)Ntdll
RtlRandomEx,RtlGetVersion__stdcallfor x86 (crash on shifted stack) (by cr0eax)
Gopher
New:
Golang has been updated from version 1.24.4 to 1.25.4.
Fix:
Fixed an issue where the agent would not have a delay between reconnections.
The
catcommand now has a 10 KB limit.
Extension-Kit
New:
AD-BOF: Added
readlapsBOF (by Xre0uS)


Postex-BOF: adde
SauronEye-BOF(by shashinma)

AD-BOF (ADCS): Added
certi enumBOF

AD-BOF (ADCS): Added
certi reqBOF

Creds-BOF: update
cookie-monsterBOF (by M1ndo)

Creds-BOF: Added
underlaycopyBOF (by shashinma)

Injection-BOF: Added
inject-32to64BOF (by Xre0uS)LateralMovement-BOF: added
jump scshellBOF (by Xre0uS)LateralMovement-BOF: added
invoke scshellBOF (by Xre0uS)Elevation-BOF: Added
potato printBOF
Fix:
MSSQL-BOF: parse flags before positional arguments (by Xre0uS)
MSSQL-BOF: fixed
mssql clr, was missing the DLL bytes and hash (by Xre0uS)Kerbeus-BOF: Add
kerbeus describe(by Xre0uS)In some environments
parsed_jsonis not returning as a standard JS object, causingError: Property 'hasOwnProperty' of object TypeError: Type error is not a function. Switched to using "property" inparsed_jsoninstead ofparsed_json.hasOwnProperty("property")(by Xre0uS)
templates-extender
Golang has been updated from version 1.24.4 to 1.25.4
New community extenders
PaperShell (by ArturLukianov) - Simple Powershell agent for Adaptix C2 + HTTP Listener.
Last updated