more descriptive name and description

git-svn-id: file:///home/svn/framework3/trunk@11803 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-02-23 04:42:02 +00:00
parent db619828f2
commit 5d42ed4552
1 changed files with 8 additions and 2 deletions

View File

@ -19,8 +19,14 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info( info,
'Name' => 'Check if VM',
'Description' => %q{ This module will check if target host is a virtual machine.},
'Name' => 'Determine whether the session is a virtual machine',
'Description' => %q{
Examines various attributes of the victim host to
determine if it is a virtual machine and if so displays
what kind. Currently supports checks for the following
virtualization software: Hyper-V, VMWare, Virtual PC,
VirtualBox, and Xen.
},
'License' => MSF_LICENSE,
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>'],
'Version' => '$Revision$',