Update name of the mixin

Changed `RdiMixin` to `ReflectiveDLLInjection`.
bug/bundler_fix
OJ 2013-12-04 22:18:29 +10:00
parent f79af4c30e
commit 7e8db8662e
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ module Msf
module Payload::Windows::ReflectiveDllInject_x64
include Msf::RdiMixin
include Msf::ReflectiveDLLInjection
include Msf::Payload::Windows
def initialize(info = {})

View File

@ -7,7 +7,7 @@
#
###
module Msf::RdiMixin
module Msf::ReflectiveDLLInjection
PAGE_ALIGN = 1024

View File

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

View File

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

View File

@ -9,7 +9,7 @@ require 'rex'
class Metasploit3 < Msf::Post
include Msf::RdiMixin
include Msf::ReflectiveDLLInjection
def initialize(info={})
super( update_info( info,