rapid7/metasploit-framework

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize( info = {} )
    super( update_info( info,
      'Name'          => 'Sun Java Applet2ClassLoader Remote Code Execution',
      'Description'   => %q{
          This module exploits a vulnerability in the Java Runtime Environment
Severity: Major
Found in modules/exploits/windows/browser/java_codebase_trust.rb - About 2 hrs to fix

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

      def on_request_uri(cli, request)
        #print_status("Received request: #{request.uri}")
    
        jpath = get_uri(cli)
        #print_status(jpath)
    Severity: Minor
    Found in modules/exploits/windows/browser/java_codebase_trust.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status