rapid7/metasploit-framework

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'AOL Radio AmpX ActiveX Control ConvertFile() Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack-based buffer overflow in AOL IWinAmpActiveX
Severity: Minor
Found in modules/exploits/windows/browser/aol_ampx_convertfile.rb - About 1 hr to fix

    Method on_request_uri has 36 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)
    
        # Encode the shellcode
    Severity: Minor
    Found in modules/exploits/windows/browser/aol_ampx_convertfile.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status