We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Hey there, I'll take a look whenever I find some time, but take into account that Go binaries are not officially supported.
Sorry, something went wrong.
Thank you!
No branches or pull requests
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:
Upon executing the binary with No-Consolation, my beacon calls back and then crashes.
Other C/C++ binaries work totally fine for me.
The text was updated successfully, but these errors were encountered: