Skip to content

v2.2.2 - stable

Compare
Choose a tag to compare
@gloxec gloxec released this 12 May 16:26
· 123 commits to cs4.1 since this release

fix

  • Fix some bugs that caused the beacon to fail to start when loading the custom communication protocol library.

New

  • Add two mandatory beacon running methods for loading custom communication protocol library
  1. export CCPATH=/opt/ && /tmp/c2
    (Mandatory setting of a working directory with permissions for beacon, such as /opt/)
  2. /tmp/c2 /tmp/c2-rebind.so
    (Mandatory loading of communication protocol library for beacon)