diff --git a/modules/payloads/stagers/android/reverse_http.rb b/modules/payloads/stagers/android/reverse_http.rb index 532675a1a6..bc84647149 100644 --- a/modules/payloads/stagers/android/reverse_http.rb +++ b/modules/payloads/stagers/android/reverse_http.rb @@ -5,7 +5,7 @@ require 'msf/core' require 'msf/core/handler/reverse_http' -require 'msf/core/payload/uuid_options' +require 'msf/core/payload/uuid/options' module Metasploit3 @@ -13,7 +13,7 @@ module Metasploit3 include Msf::Payload::Stager include Msf::Payload::Dalvik - include Msf::Payload::UUIDOptions + include Msf::Payload::UUID::Options def initialize(info = {}) super(merge_info(info, diff --git a/modules/payloads/stagers/android/reverse_https.rb b/modules/payloads/stagers/android/reverse_https.rb index 2d010578e0..b26e75de92 100644 --- a/modules/payloads/stagers/android/reverse_https.rb +++ b/modules/payloads/stagers/android/reverse_https.rb @@ -5,7 +5,7 @@ require 'msf/core' require 'msf/core/handler/reverse_https' -require 'msf/core/payload/uuid_options' +require 'msf/core/payload/uuid/options' module Metasploit3 @@ -13,7 +13,7 @@ module Metasploit3 include Msf::Payload::Stager include Msf::Payload::Dalvik - include Msf::Payload::UUIDOptions + include Msf::Payload::UUID::Options def initialize(info = {}) super(merge_info(info,