rapid7/metasploit-framework

View on GitHub
lib/msf/core/exploit/remote/ssh/auth_methods/malformed_packet.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method authenticate has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def authenticate(service_name, username, password = nil)
      debug { 'Sending SSH_MSG_USERAUTH_REQUEST (publickey)' }

      # Corrupt everything after auth method
      send_message(userauth_request(
Severity: Minor
Found in lib/msf/core/exploit/remote/ssh/auth_methods/malformed_packet.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status