Using Go to implement CobaltStrike's Beacon
geacon https://github.com/darkr4y/geacon
简单适配了一个profile配置文件,可直接拿来修改使用.
详细文章:https://www.nctry.com/2595.html
BeaconTool.jar 用于解密teamserver端的key文件. 然后放入config.go中.
Usage: [] parse the .beacon_keys to RSA private key and public key in pem format BeaconTool -i .beacon_keys -rsa [] compile geacon with the public key from .beacon_keys,which use default c2profile config for communication BeaconTool -i .beacon_keys -compile geacon_sourcecode_folder
java -jar BeaconTool.jar -i .cobaltstrike.beacon_keys -rsa