From 9175b2dd8f3cab99bf5c8fb13d5db2d15e745130 Mon Sep 17 00:00:00 2001 From: Joe Berry <31855519+h0useh3ad@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:22:33 -0500 Subject: [PATCH] Update Struct.go Stage variable quotes Add quotes to variable.sleep_mask to fix compilation error --- Struct/Struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Struct/Struct.go b/Struct/Struct.go index aedafd8..b2deb5f 100644 --- a/Struct/Struct.go +++ b/Struct/Struct.go @@ -1346,7 +1346,7 @@ stage { #TCP and SMB beacons will obfuscate themselves while they wait for a new connection. #They will also obfuscate themselves while they wait to read information from their parent Beacon. - set sleep_mask {{.Variables.sleep_mask}}; + set sleep_mask "{{.Variables.sleep_mask}}"; set eaf_bypass "{{.Variables.eaf_bypass}}"; set rdll_use_syscalls "{{.Variables.rdll_use_syscalls}}"; set copy_pe_header "{{.Variables.copy_pe_header}}";