rapid7/metasploit-framework

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'EasyFTP Server LIST Command Stack Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack-based buffer overflow in EasyFTP Server 1.7.0.11.
Severity: Minor
Found in modules/exploits/windows/ftp/easyftp_list_fixret.rb - About 1 hr to fix

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

      def exploit
        connect_login
    
        # NOTE:
        # This exploit jumps to edi, which happens to point at a partial version of
    Severity: Minor
    Found in modules/exploits/windows/ftp/easyftp_list_fixret.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status