rapid7/metasploit-framework

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'IBM Tivoli Storage Manager Express CAD Service Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow in the IBM Tivoli Storage Manager Express CAD Service.
Severity: Minor
Found in modules/exploits/windows/misc/ibm_tsm_cad_ping.rb - About 1 hr to fix

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

      def exploit
    
        print_status("Trying target %s..." % target.name)
    
        # wchar_t buf[64];
    Severity: Minor
    Found in modules/exploits/windows/misc/ibm_tsm_cad_ping.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status