File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ def initialize(info={})
14
14
'Name' => "MS14-052 Microsoft Internet Explorer XMLDOM Filename Disclosure" ,
15
15
'Description' => %q{
16
16
This module will use the Microsoft XMLDOM object to enumerate a remote user's filenames.
17
- To use it, you must supply your own list of file paths. Each file's format should look like this:
17
+ It will try to do so against Internet Explorer 8 and Internet Explorer 9. To use it, you
18
+ must supply your own list of file paths. Each file's format should look like this:
18
19
c:\\\\windows\\\\system32\\\\calc.exe
19
20
} ,
20
21
'License' => MSF_LICENSE ,
@@ -32,7 +33,7 @@ def initialize(info={})
32
33
'Platform' => 'win' ,
33
34
'Targets' =>
34
35
[
35
- [ 'Internet Explorer' , { } ] ,
36
+ [ 'Internet Explorer 8 / Internet Explorer 9 ' , { } ] ,
36
37
] ,
37
38
'DisclosureDate' => "Sep 9 2014" , # MSB. Used in the wild since Feb 2014
38
39
'DefaultTarget' => 0 ) )
You can’t perform that action at this time.
0 commit comments