Skip to content

Commit a465104

Browse files
author
RageLtMan
committed
Fix older Windows payloads to not require UUID
Default Windows payload to not include_send_uuid for compatibility.
1 parent 93125a9 commit a465104

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/msf/core/payload/windows.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,13 @@ def self.exit_types
163163
@@exit_types.dup
164164
end
165165

166+
#
167+
# By default, we don't want to send the UUID, but we'll send
168+
# for certain payloads if requested.
169+
#
170+
def include_send_uuid
171+
false
172+
end
173+
166174
end
167175

0 commit comments

Comments
 (0)