set a few more modules' Versions to Revision, only did aux by accident last time
git-svn-id: file:///home/svn/framework3/trunk@6439 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
7576f006b3
commit
9482b4080e
|
@ -46,7 +46,7 @@ documentation (external/ruby-lorcon/README) for more information.
|
|||
'Laurent Butti <0x9090 at gmail.com>'
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'Version' => '',
|
||||
'Version' => '$Revision$',
|
||||
'Targets' =>
|
||||
[
|
||||
['Ubuntu 6.10', { 'JMPESP' => 0xffffe777, 'scan_iterate_ra' => "0x8014401" }],
|
||||
|
|
|
@ -13,7 +13,7 @@ module Metasploit3
|
|||
def initialize(info = {})
|
||||
super(merge_info(info,
|
||||
'Name' => 'Linux Chmod',
|
||||
'Version' => '1',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Runs chmod on specified file with specified mode',
|
||||
'Author' => 'Kris Katterjohn <katterjohn@gmail.com>',
|
||||
'License' => BSD_LICENSE,
|
||||
|
|
|
@ -16,7 +16,7 @@ module Metasploit3
|
|||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Reflective VNC Dll Injection',
|
||||
'Version' => '0.1',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject a VNC Dll via a reflective loader',
|
||||
'Author' => [ 'Stephen Fewer <info@harmonysecurity.com>' ],
|
||||
'Session' => Msf::Sessions::VncInject ))
|
||||
|
|
Loading…
Reference in New Issue