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-b9f4589650da
unstable
HD Moore 2009-07-05 06:23:46 +00:00
parent 4ffd60a089
commit 8a9675f27e
3 changed files with 2 additions and 2 deletions

View File

@ -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>'],

View File

@ -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>' ],