svn propset. fix author email format
git-svn-id: file:///home/svn/framework3/trunk@14154 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f23389390b
commit
057725450c
|
@ -14,20 +14,19 @@ require 'rex'
|
||||||
|
|
||||||
class Metasploit3 < Msf::Post
|
class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Windows Domain Enumeration',
|
'Name' => 'Windows Domain Enumeration',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module enumerates currently the domains a host can see and the domain
|
This module enumerates currently the domains a host can see and the domain
|
||||||
controllers for that domain.
|
controllers for that domain.
|
||||||
},
|
},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [ 'Rob Fuller <mubix@hak5.org>'],
|
'Author' => [ 'Rob Fuller <mubix[at]hak5.org>'],
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision$',
|
||||||
'Platform' => [ 'windows' ],
|
'Platform' => [ 'windows' ],
|
||||||
'SessionTypes' => [ 'meterpreter' ]
|
'SessionTypes' => [ 'meterpreter' ]
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
|
|
||||||
def run
|
def run
|
||||||
|
|
Loading…
Reference in New Issue