Skip to content

Commit f996c5a

Browse files
committed
Update description
1 parent 67dc467 commit f996c5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/auxiliary/gather/ie_files_disclosure.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ def initialize(info={})
1414
'Name' => "MS14-052 Microsoft Internet Explorer XMLDOM Filename Disclosure",
1515
'Description' => %q{
1616
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:
1819
c:\\\\windows\\\\system32\\\\calc.exe
1920
},
2021
'License' => MSF_LICENSE,
@@ -32,7 +33,7 @@ def initialize(info={})
3233
'Platform' => 'win',
3334
'Targets' =>
3435
[
35-
[ 'Internet Explorer', {} ],
36+
[ 'Internet Explorer 8 / Internet Explorer 9', {} ],
3637
],
3738
'DisclosureDate' => "Sep 9 2014", # MSB. Used in the wild since Feb 2014
3839
'DefaultTarget' => 0))

0 commit comments

Comments
 (0)