rapid7/metasploit-framework

View on GitHub
modules/exploits/linux/ids/alienvault_centerd_soap_exec.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'          => 'AlienVault OSSIM av-centerd Command Injection',
      'Description'   => %q{
        This module exploits a code execution flaw in AlienVault 4.6.1 and
Severity: Minor
Found in modules/exploits/linux/ids/alienvault_centerd_soap_exec.rb - About 1 hr to fix

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

      def build_soap_request(method)
        xml = Document.new
        xml.add_element(
          "soap:Envelope",
          {
    Severity: Minor
    Found in modules/exploits/linux/ids/alienvault_centerd_soap_exec.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status