No-Consolation icon indicating copy to clipboard operation
No-Consolation copied to clipboard

Doesn't work with Go binaries

Open tadmiller opened this issue 1 year ago • 3 comments

Hi, I'm attempting to use No-Consolation with Go binaries. Unfortunately, any attempt to run them is causing my beacons to crash.

For the purpose of this issue, I compiled a Windows Go binary with the following code:

package main

import (
	"fmt"
)

func main() {
	fmt.Println("Test")
}

Upon executing the binary with No-Consolation, my beacon calls back and then crashes.

[10/16 21:13:12] beacon> noconsolation /files/go-example.exe
[10/16 21:13:57] [+] host called home, sent: 2056363 bytes

Other C/C++ binaries work totally fine for me.

tadmiller avatar Oct 17 '24 01:10 tadmiller

Hey there, I'll take a look whenever I find some time, but take into account that Go binaries are not officially supported.

S4ntiagoP avatar Oct 24 '24 18:10 S4ntiagoP

Thank you!

tadmiller avatar Oct 24 '24 18:10 tadmiller

Thank you! It has reduced my testing time. Golang tools are very popular now.

Luoooio avatar Nov 26 '24 07:11 Luoooio