rapid7/metasploit-framework

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def on_request_uri(cli, request)

    # Re-generate the payload
    return if ((p = regenerate_payload(cli)) == nil)

Severity: Minor
Found in modules/exploits/windows/browser/ms06_055_vml_method.rb - About 1 hr to fix

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

      def initialize(info = {})
        super(update_info(info,
          'Name'           => 'MS06-055 Microsoft Internet Explorer VML Fill Method Code Execution',
          'Description'    => %q{
              This module exploits a code execution vulnerability in Microsoft Internet Explorer using
    Severity: Minor
    Found in modules/exploits/windows/browser/ms06_055_vml_method.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status