Move the old DLL injection payloads to a new naming convention

git-svn-id: file:///home/svn/framework3/trunk@6742 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-07-05 06:21:58 +00:00
parent 0c4c05fb24
commit 4ffd60a089
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 (skape/jt injection)',
'Version' => '$Revision$',
'Description' => 'Inject the meterpreter server DLL',
'Author' => 'skape',

View File

@ -26,7 +26,7 @@ module Metasploit3
def initialize(info = {})
super(update_info(info,
'Name' => 'Windows VNC Inject',
'Name' => 'Windows VNC Inject (skape/jt injection)',
'Version' => '$Revision$',
'Description' => 'Inject the VNC server DLL and run it from memory',
'Author' => [ 'skape', 'jt <jt@klake.org>' ],