rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/misc/apple_quicktime_rtsp_response.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Apple QuickTime 7.3 RTSP Response Header Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow in Apple QuickTime 7.3. By sending an overly long
Severity: Minor
Found in modules/exploits/windows/misc/apple_quicktime_rtsp_response.rb - About 1 hr to fix

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

      def on_client_connect(client)
        return if ((p = regenerate_payload(client)) == nil)
    
        client.get_once
    
    
    Severity: Minor
    Found in modules/exploits/windows/misc/apple_quicktime_rtsp_response.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status