rapid7/metasploit-framework

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'FTP Synchronizer Professional 4.0.73.274 Stack Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow vulnerability in FTP Synchronizer Pro
Severity: Minor
Found in modules/exploits/windows/ftp/ftpsynch_list_reply.rb - About 1 hr to fix

    Method on_client_command_list has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def on_client_command_list(c,arg)
        conn = establish_data_connection(c)
        if(not conn)
          c.put("425 Can't build data connection\r\n")
          return
    Severity: Minor
    Found in modules/exploits/windows/ftp/ftpsynch_list_reply.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status