v0.8 -> v0.9

AdaptixC2

New:

  • Rewrote the client core — the client now uses a dock-based structure.

  • AxScript new functions: agent_hide, agent_remove, hash, random_string, random_int.

  • Added new API POST /agent/task/save to save a task to the Tasks Manager.

  • Remote Terminal: you can now select a command response and save it to the Tasks Manager.

  • After server sync, files downloaded in DownloadsManager are now sorted by date.

  • Added a multithreaded client build.

  • Server web-APIs published.

  • Authentication: users can now authenticate to the server either with a master password or with credentials hard-coded in the profile. (by exil-security)

  • Optimised Exist DB functions — the Exist functions now query IDs directly instead of iterating through all rows. (by Xre0uS)

  • Added a confirmation dialog when deleting a listener. (by newBBnew)

  • In addition to Telegram notifications, added the ability to notify any web service (for example ntfy.sh, Slack, or Microsoft Teams). (by mdube99)

Fix:

  • Fixed a bug where the client login configuration would not update. (by newBBnew)

  • Fixed a bug where the agent command configuration would not update when the user re-logged in. (by newBBnew)

Beacon

New:

  • Added BOF API AxDownloadMemory(char* filename, char* data, int len);

Fix:

  • Fixed bug in getuid command (by overflow0verture)

  • Encryption keys for HTTP/SMB/TCP listeners can now be set at listener creation. (by newBBnew)

Gopher

Fix:

  • Added BOF API AxAddScreenshot(char* note, char* data, int len);

  • Added BOF API AxDownloadMemory(char* filename, char* data, int len);

  • Encryption keys for listeners can now be set at listener creation. (by newBBnew)

Extension-Kit

New:

  • psexec: now more configurable.

  • inject-poolparty: eight injection techniques for processes. (by jacopoaugelli)

  • nanodump: now produces a dump file from process memory

  • cookie-monster: retrieves Chrome encryption key and downloads files from the Chrome process memory

  • get-netntlm: BOF implementation of Internal-Monologue.

  • invoke-winrm: execute commands via WinRM.

Fix:

  • Fix hashdump for Windows Server 2019 (by T1erno)

Last updated