Skip to content

Commit 80e3560

Browse files
authored
Update handlers.go
1 parent b929d91 commit 80e3560

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

handlers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,7 @@ func buildGoImplant(dstFile, targetOS, targetArch, c2URL, beaconID string, sleep
15241524

15251525
cmd := exec.Command("go", "build",
15261526
"-trimpath",
1527+
"-buildvcs=false",
15271528
"-ldflags", ldflags,
15281529
"-o", absDst, ".")
15291530
cmd.Dir = srcDir

0 commit comments

Comments
 (0)