File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Metasploit3 < Msf::Auxiliary
11
11
12
12
def initialize ( info = { } )
13
13
super ( update_info ( info ,
14
- 'Name' => "MS14-052 Microsoft Internet Explorer XMLDOM Information Disclosure" ,
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
17
To use it, you must supply your own list of file paths. Each file's format should look like this:
52
52
var foundFileString = "";
53
53
54
54
window.onload = function() {
55
- //var files = ['c:\\ \\ windows\\ \\ system32\\ \\ calc.exe'];
56
55
var files = [#{ js_target_files } ];
57
56
var foundFiles = ie_addons_detect.checkFiles(files);
58
57
for (var file in foundFiles) {
You can’t perform that action at this time.
0 commit comments