more descriptive name and description
git-svn-id: file:///home/svn/framework3/trunk@11803 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
db619828f2
commit
5d42ed4552
|
@ -19,8 +19,14 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Check if VM',
|
'Name' => 'Determine whether the session is a virtual machine',
|
||||||
'Description' => %q{ This module will check if target host 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,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>'],
|
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>'],
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision$',
|
||||||
|
|
Loading…
Reference in New Issue