rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Windows Media Services ConnectFunnel Stack Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow in the Windows Media
Severity: Minor
Found in modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb - About 2 hrs to fix

    Method exploit has 42 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def exploit
        @pkts = 0
        cmd_buf = ''
    
        # LinkViewerToMacConnect
    Severity: Minor
    Found in modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status