rapid7/metasploit-framework

View on GitHub
modules/exploits/linux/misc/accellion_fta_mpipe2.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Accellion FTA MPIPE2 Command Execution',
      'Description'    => %q{
          This module exploits a chain of vulnerabilities in the Accellion
Severity: Major
Found in modules/exploits/linux/misc/accellion_fta_mpipe2.rb - About 2 hrs to fix

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

      def exploit
        connect_udp
    
        appid = datastore['APPID']
        encoded_command = REXML::Text.new(payload.encoded).to_s
    Severity: Minor
    Found in modules/exploits/linux/misc/accellion_fta_mpipe2.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status