rapid7/metasploit-framework

View on GitHub
modules/auxiliary/scanner/http/hp_imc_som_file_download.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method run_host has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def run_host(ip)

    unless is_imc_som?
      vprint_error("HP iMC with the SOM component not found")
      return
Severity: Minor
Found in modules/auxiliary/scanner/http/hp_imc_som_file_download.rb - About 1 hr to fix

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

      def initialize(info = {})
        super(update_info(info,
          'Name'           => 'HP Intelligent Management SOM FileDownloadServlet Arbitrary Download',
          'Description'    => %q{
              This module exploits a lack of authentication and access control in HP Intelligent
    Severity: Minor
    Found in modules/auxiliary/scanner/http/hp_imc_som_file_download.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status