Switch the reflective loaders to the new default, fixes an issue in the old loader with large DLLs within some processes
git-svn-id: file:///home/svn/framework3/trunk@6743 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4ffd60a089
commit
8a9675f27e
|
@ -26,7 +26,7 @@ module Metasploit3
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Windows Meterpreter',
|
||||
'Name' => 'Windows Meterpreter (Reflective Injection)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject the meterpreter server DLL via the Reflective Dll Injection payload',
|
||||
'Author' => ['skape','Stephen Fewer <info@harmonysecurity.com>'],
|
|
@ -15,7 +15,7 @@ module Metasploit3
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Reflective VNC Dll Injection',
|
||||
'Name' => 'VNC Server (Reflective Injection)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject a VNC Dll via a reflective loader',
|
||||
'Author' => [ 'Stephen Fewer <info@harmonysecurity.com>' ],
|
Loading…
Reference in New Issue