rapid7/metasploit-framework

View on GitHub
modules/auxiliary/scanner/ftp/ftp_login.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method run_host has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def run_host(ip)
    print_status("#{ip}:#{rport} - Starting FTP login sweep")

    cred_collection = build_credential_collection(
        username: datastore['USERNAME'],
Severity: Minor
Found in modules/auxiliary/scanner/ftp/ftp_login.rb - About 1 hr to fix

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

      def initialize
        super(
          'Name'        => 'FTP Authentication Scanner',
          'Description' => %q{
            This module will test FTP logins on a range of machines and
    Severity: Minor
    Found in modules/auxiliary/scanner/ftp/ftp_login.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status