rapid7/metasploit-framework

View on GitHub
modules/exploits/linux/http/microfocus_secure_messaging_gateway.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info={})
    super(update_info(info,
      'Name'           => "MicroFocus Secure Messaging Gateway Remote Code Execution",
      'Description'    => %q{
        This module exploits a SQL injection and command injection vulnerability in MicroFocus Secure Messaging Gateway.
Severity: Minor
Found in modules/exploits/linux/http/microfocus_secure_messaging_gateway.rb - About 1 hr to fix

    Method implant_payload has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def implant_payload(cookie)
        print_status('Creating a domain record with a malformed DKIM data')
        p = [
          {
            :id => 'temp_0',
    Severity: Minor
    Found in modules/exploits/linux/http/microfocus_secure_messaging_gateway.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status