通过线程注入及-race参数免杀全部VT
go build -ldflags "-s -w" -race main.go其中代码默认注入进程是exploer.exe,位于22行,inProcessName参数。
inProcessName = "exploer.exe"shellcode生成后使用base64编码一次放入b64body即可
b64body = ""| Name | Name | Last commit date | ||
|---|---|---|---|---|
通过线程注入及-race参数免杀全部VT
go build -ldflags "-s -w" -race main.go其中代码默认注入进程是exploer.exe,位于22行,inProcessName参数。
inProcessName = "exploer.exe"shellcode生成后使用base64编码一次放入b64body即可
b64body = ""