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-b9f4589650da
unstable
kris 2009-03-30 01:09:09 +00:00
parent 7576f006b3
commit 9482b4080e
3 changed files with 5 additions and 5 deletions

View File

@ -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" }],
@ -353,4 +353,4 @@ end
return frame
end
end
end

View File

@ -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,
@ -38,4 +38,4 @@ module Metasploit3
"\x5b" + Rex::Arch::X86.push_dword(mode) +
"\x59\xcd\x80\x6a\x01\x58\xcd\x80";
end
end
end

View File

@ -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 ))