Move the old DLL injection payloads to a new naming convention
git-svn-id: file:///home/svn/framework3/trunk@6742 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0c4c05fb24
commit
4ffd60a089
|
@ -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',
|
|
@ -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>' ],
|
Loading…
Reference in New Issue