v0.3 -> v0.4

AdaptixC2

New:

  • Added control over WorkingTime and KillDate parameters for agents. Added new agent marks "Disconnect" and "No worktime".

  • Added screenshot storage.

  • Unix support added to ProcessBrowser and FilesBrowser.

  • SessionsGraph now displays the agent type and process PID instead of the process name.

  • New form of agent generation. The mechanisms for registering listeners and agents have been completely changed.

  • The listeners table has been reworked.

  • Added "vspacer", "hspacer", "time_input", "date_input" elements to WidgetBuilder. More details

  • For extensions, the functions $RAND(len, charmap), $HASH(algorithm, len, data), $MAP(map, key) are implemented. More details

  • Completely new mechanism for connecting extenders. Now all information about the extender is contained in a single JSON configuration file. All common structures are now loaded from the axc2 package. Server operation has become much faster. More variability in developing agents for different listeners and operating systems.

  • Added formatting to the downloads, processes and files tables.

Fix:

  • Fixed message in agent console. Previously there were extra characters . when there was no domain.

  • Fixed display of sleep time

  • Fixed incorrect escaping of quotes when entering an agent console command.

NEW GOPHER AGENT

  • Added a new synchronous gopher agent that supports Linux and MacOS systems.

  • A TCP/mTLS listener has been added to the agent.

  • This agent currently has limited functionality.

Agent Beacon

New:

  • Added TCP internal communication channel

  • Added WorkingTime and KillDate functions

  • The listener creation form and agent profile have been changed. Now each Callback Server has its own port.

  • Added BOF API: BeaconAddValue, BeaconGetValue, BeaconRemoveValue.

Fix:

  • Fixed the function of determining the file modification date.

  • The DLL agent supports launching via rundll32 (by melnicek).

Extension-Kit

New BOFs:

  • Creds-BOF: askcreds (by 5P34R), autologon, credman (by j88001)

  • AD-BOF: ldapsearch (by B1oodyPhoenix)

  • Injection-BOF: inject-cfg

  • Elevation-BOF: uac_regshellcmd, uac_sspi (by j88001)

  • Execution-BOF: execute-assembly (by j88001)

  • SAL-BOF: privcheck (by j88001)

Last updated