Fix older Windows payloads to not require UUID
Default Windows payload to not include_send_uuid for compatibility.bug/bundler_fix
parent
93125a9f9d
commit
a46510465d
|
@ -163,5 +163,13 @@ module Msf::Payload::Windows
|
|||
@@exit_types.dup
|
||||
end
|
||||
|
||||
#
|
||||
# By default, we don't want to send the UUID, but we'll send
|
||||
# for certain payloads if requested.
|
||||
#
|
||||
def include_send_uuid
|
||||
false
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue