Update name of the mixin
Changed `RdiMixin` to `ReflectiveDLLInjection`.bug/bundler_fix
parent
f79af4c30e
commit
7e8db8662e
|
@ -15,7 +15,7 @@ module Msf
|
|||
|
||||
module Payload::Windows::ReflectiveDllInject_x64
|
||||
|
||||
include Msf::RdiMixin
|
||||
include Msf::ReflectiveDLLInjection
|
||||
include Msf::Payload::Windows
|
||||
|
||||
def initialize(info = {})
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
###
|
||||
|
||||
module Msf::RdiMixin
|
||||
module Msf::ReflectiveDLLInjection
|
||||
|
||||
PAGE_ALIGN = 1024
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ require 'rex'
|
|||
class Metasploit3 < Msf::Exploit::Local
|
||||
Rank = GreatRanking
|
||||
|
||||
include Msf::RdiMixin
|
||||
include Msf::ReflectiveDLLInjection
|
||||
include Post::File
|
||||
include Post::Windows::Priv
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ require 'rex'
|
|||
class Metasploit3 < Msf::Exploit::Local
|
||||
Rank = AverageRanking
|
||||
|
||||
include Msf::RdiMixin
|
||||
include Msf::ReflectiveDLLInjection
|
||||
include Msf::Post::File
|
||||
include Msf::Post::Windows::Priv
|
||||
include Msf::Post::Windows::Process
|
||||
|
|
|
@ -9,7 +9,7 @@ require 'rex'
|
|||
|
||||
class Metasploit3 < Msf::Post
|
||||
|
||||
include Msf::RdiMixin
|
||||
include Msf::ReflectiveDLLInjection
|
||||
|
||||
def initialize(info={})
|
||||
super( update_info( info,
|
||||
|
|
Loading…
Reference in New Issue