3santree / icecold

shellcode obfuscater and runner in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stager

sec13b opened this issue · comments

hi , i try generate payloads with CB , both Stager and Stageless , after click open the calc.exe dont show on listener.
GOOS=windows GOARCH=amd64 go build -o output/stager.exe template/main.go
GOOS=windows GOARCH=amd64 go build -o output/stageless.exe template/main.go
av show 1/26 Malwarebytes Anti-Malware Malware.AI , (False)

work only with shellcode from msf ?

Is CB another payload generate like msf?
My code use go-shellcode as example to run the shellcode in the memory for windows. As long as the shellcode is legit, it should run.
If you wanna test the shellcode, run that using go-shellcode first, to make sure the shellcode is legit. If the shellcode is in fact good to run, there's must be my code's issue, probobly during encrypt/decrypting, that I have to debug.
Waiting for your response.

cb- cobal strike .

can you test with cobalt strike , please

I don't have cobal strike and I can't test it for you.
Go through the go-shellcode and replace the shellcode with yours and see if it runs.

i will test , i like your work AV show 1/26 Malwarebytes AI , (False) , also the msf work better.
i used the public version shared by Pwn3rzs