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-securityarrow-up-right)

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

  • Added a confirmation dialog when deleting a listener. (by newBBnewarrow-up-right)

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

Fix:

Beacon

New:

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

Fix:

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 newBBnewarrow-up-right)

Extension-Kit

New:

  • 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:

Last updated