rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/browser/ms09_043_owc_msdso.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method on_request_uri has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def on_request_uri(cli, request)

    # Send a redirect with the javascript encoding key
    #if (!request.uri.match(/\?\w+/))
    #    send_local_redirect(cli, "?#{@javascript_encode_key}")
Severity: Minor
Found in modules/exploits/windows/browser/ms09_043_owc_msdso.rb - About 1 hr to fix

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

      def initialize(info = {})
        super(update_info(info,
          'Name'           => 'Microsoft OWC Spreadsheet msDataSourceObject Memory Corruption',
          'Description'    => %q{
            This module exploits a memory corruption vulnerability within versions 10 and 11 of
    Severity: Minor
    Found in modules/exploits/windows/browser/ms09_043_owc_msdso.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status