clarifying wmi tools are not installed by default
git-svn-id: file:///home/svn/framework3/trunk@11481 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ecfcb7b89a
commit
a206ed8418
|
@ -38,6 +38,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
.NET 2.0 'mscorie.dll' module to bypass DEP and ASLR. This module does not
|
||||
opt-in to ASLR. As such, this module should be reliable on all Windows
|
||||
versions.
|
||||
|
||||
The WMI Adminsitrative Tools are a standalone download & install (linked in the
|
||||
references).
|
||||
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => [ 'WooYun', 'MC', 'jduck' ],
|
||||
|
@ -47,7 +51,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'OSVDB', '69942'],
|
||||
[ 'URL', 'http://wooyun.org/bug.php?action=view&id=1006' ],
|
||||
[ 'URL', 'http://xcon.xfocus.net/XCon2010_ChenXie_EN.pdf' ], # .NET 2.0 ROP (slide 25)
|
||||
[ 'URL', 'http://secunia.com/advisories/42693' ]
|
||||
[ 'URL', 'http://secunia.com/advisories/42693' ],
|
||||
[ 'URL', 'http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6430f853-1120-48db-8cc5-f2abdc3ed314' ]
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue