diff --git a/modules/post/windows/gather/enum_domains.rb b/modules/post/windows/gather/enum_domains.rb index d9d6f9ddf6..06a21df720 100644 --- a/modules/post/windows/gather/enum_domains.rb +++ b/modules/post/windows/gather/enum_domains.rb @@ -14,20 +14,19 @@ require 'rex' class Metasploit3 < Msf::Post - def initialize(info={}) super( update_info( info, - 'Name' => 'Windows Domain Enumeration', - 'Description' => %q{ - This module enumerates currently the domains a host can see and the domain - controllers for that domain. - }, - 'License' => MSF_LICENSE, - 'Author' => [ 'Rob Fuller '], - 'Version' => '$Revision$', - 'Platform' => [ 'windows' ], - 'SessionTypes' => [ 'meterpreter' ] - )) + 'Name' => 'Windows Domain Enumeration', + 'Description' => %q{ + This module enumerates currently the domains a host can see and the domain + controllers for that domain. + }, + 'License' => MSF_LICENSE, + 'Author' => [ 'Rob Fuller '], + 'Version' => '$Revision$', + 'Platform' => [ 'windows' ], + 'SessionTypes' => [ 'meterpreter' ] + )) end def run