Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Go binaries #6

Open
tadmiller opened this issue Oct 17, 2024 · 2 comments
Open

Doesn't work with Go binaries #6

tadmiller opened this issue Oct 17, 2024 · 2 comments

Comments

@tadmiller
Copy link

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.

@S4ntiagoP
Copy link
Collaborator

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

@tadmiller
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants