v2.2.3
fix
- Fix the bug that beacon exits when opening the file manager on 32-bit Linux.
- Fix the parsing errors of
bcd
,bls
,bupload
and other functions in multi-instruction merge tasks, now you can process the same cna scripts as windows beacon. #81
New
- Add two environment variables to temporarily set the C2 server address for beacon connection. (
CCHOST
&CCPORT
)
export CCHOST=127.0.0.1 && export CCPORT=443 && /tmp/c2
- Add support for
bupload
function. #81 (comment)