rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/http/hp_nnm_webappmon_execvp.rb

Summary

Maintainability
B
4 hrs
Test Coverage

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

  def initialize(info={})
    super(update_info(info,
      'Name'           => 'HP OpenView Network Node Manager execvp_nc Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow in HP OpenView Network Node Manager 7.53
Severity: Major
Found in modules/exploits/windows/http/hp_nnm_webappmon_execvp.rb - About 2 hrs to fix

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

      def exploit
        print_status("Trying target #{target.name}...")
    
        cgi = '/OvCgi/webappmon.exe'
    
    
    Severity: Minor
    Found in modules/exploits/windows/http/hp_nnm_webappmon_execvp.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status