Skip to content

v3.13.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 08:58
401bed2

3.13.0 (2026-01-20)

Features

  • add memory-backed file storage and configurable storage strategies for agent files, including C2 commands and tests. (34d8aeb)
  • implement in-memory file storage with unified encryption, dynamic sizing, and special handling for executables. (9e48a52)
  • implement transparent file encryption for agent-side file operations. (c258a4a)

Bug Fixes

  • implement agent UUID signature verification during check-in and message tunnel hello. (c8d0db2)
  • improve RandInt security by using crypto/rand.Int with math/big. (a60eed0)
  • introduce !sysinfo command for comprehensive system details and optimize agent startup with minimal info collection. (b0e0d6c)
  • relocate Shadowsocks server initialization to the proxychain module. only run it on demand. (bd99fc1)
  • remove injector, persistence, vaccine modules. BOF modules planned. (58d6a1e)
  • remove noisy agent upgrade command and its associated functionality. (d889590)
  • remove vaccine, injector, and persistence modules along with their associated files and configurations. (61d8b34)