rapid7/metasploit-framework

View on GitHub
modules/auxiliary/gather/ms14_052_xmldom.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Method js has 83 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def js
    target_files = parse_target_files
    js_target_files = target_files * ','

    %Q|
Severity: Major
Found in modules/auxiliary/gather/ms14_052_xmldom.rb - About 3 hrs to fix

    Method initialize has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def initialize(info={})
        super(update_info(info,
          'Name'           => "MS14-052 Microsoft Internet Explorer XMLDOM Filename Disclosure",
          'Description'    => %q{
            This module will use the Microsoft XMLDOM object to enumerate a remote machine's filenames.
    Severity: Minor
    Found in modules/auxiliary/gather/ms14_052_xmldom.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status