Skip to content

v3.0.1 - dev

Compare
Choose a tag to compare
@gloxec gloxec released this 13 Sep 07:45
· 123 commits to cs4.1 since this release
c70db36

fix

  • Fix The DYLD_x environment variable under macos is not cleared, causing the child process started by libbeacon.dylib to repeatedly inject the beacon
  • Fix bls data error

New

  • Added bawait_upload & bawait_upload_raw functions to support function callback after successful file upload
  • Added process injection under linux x64. In the ProcessList interface, right click to perform beacon injection to the specified process (tested on Ubuntu)
  • Added support for automatic lateral movement using the sshpass scheme. In the Target interface, right-click the host or host list to perform automatic lateral movement.

Tips

  • MacOS manually start the dynamic library libbeacon.dylib: DYLD_INSERT_LIBRARIES=./libbeacon.dylib java
  • Linux manually start the dynamic library libbeacon.so: LD_PRELOAD=./libbeacon.so java