Skip to content

Commit 0557d21

Browse files
author
HD Moore
committed
Land rapid7#5503, fix a stack trace on legacy Windows payloads
2 parents 93125a9 + a465104 commit 0557d21

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)