Fix older Windows payloads to not require UUID

Default Windows payload to not include_send_uuid for compatibility.
bug/bundler_fix
RageLtMan 2015-06-07 02:58:31 -04:00
parent 93125a9f9d
commit a46510465d
1 changed files with 8 additions and 0 deletions

View File

@ -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