Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Struct/Struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}";
Expand Down