v0.9 -> v0.10

AdaptixC2

New:

  • Sessions Table data model updated. Eliminates small per-second UI stutters when many sessions are present.

  • Tasks Manager data model updated. Server synchronization is now orders of magnitude faster; loading, searching and filtering saved tasks complete in sub-second time.

  • Credentials Manager data model updated. Server sync and local data operations (read/filter) are dramatically faster.

  • Targets Manager data model updated. Synchronization and data handling significantly accelerated.

  • Last column behavior changed: if an agent has not checked in for more than 24 hours, the Last column shows the timestamp of the agent’s last check-in.

  • Non-blocking server API calls: API requests no longer block the main UI thread (by newBBnew)

  • Cloudflare Tunnels support added (by newBBnew)

  • TLS 1.2–1.3 support added (by newBBnew)

  • Client–server log sync optimized using batch processing to improve throughput and reduce overhead (by lsr00ter)

Fix:

  • Tunnel handling fix: a regression in the previous release broke task processing, which caused tunnels via linked agents to fail and made tunnels through external listeners unstable. This is now fixed.

Beacon

New:

  • Service messages during BOF execution are no longer spammed; the console now logs only BOF start/end events and error messages.

Extension-Kit

New:

  • smartscan added to SAR-BOF (by newBBnew)

  • taskhound added to SAR-BOF (by 1r0BIT)

  • adwssearch added to AD-BOF

  • badtakeover added to AD-BOF

  • cookie-monster decryptor updated

Fix:

  • poolparty: fixed ALPC port name randomization to prevent beacon crashes with certain injection techniques (by jacopoaugelli)

  • ldapsearch: LDAP signing/sealing implementation fixed.

  • ldapsearch: use DC hostname instead of IP for LDAP connections.

  • cacls: fixed out-of-bounds error.

  • token make: added support for multi-language usernames.

Last updated