rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/ftp/leapftp_pasv_reply.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'LeapWare LeapFTP v2.7.3.600 PASV Reply Client Overflow',
      'Description'    => %q{
          This module exploits a buffer overflow in the LeapWare LeapFTP v2.7.3.600
Severity: Minor
Found in modules/exploits/windows/ftp/leapftp_pasv_reply.rb - About 1 hr to fix

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

      def on_client_data(client)
    
    
        client.get_once
    
    
    Severity: Minor
    Found in modules/exploits/windows/ftp/leapftp_pasv_reply.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status