Skip to content

Doesn't work with Go binaries #6

@tadmiller

Description

@tadmiller

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions