diff --git a/modules/post/windows/gather/checkvm.rb b/modules/post/windows/gather/checkvm.rb index bbef88962a..44b5a972d0 100644 --- a/modules/post/windows/gather/checkvm.rb +++ b/modules/post/windows/gather/checkvm.rb @@ -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 '], 'Version' => '$Revision$',