rapid7/metasploit-framework

View on GitHub
modules/auxiliary/scanner/sage/x3_adxsrv_login.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def run_host(ip)
    cred_collection = build_credential_collection(
      blank_passwords: false,
      password: datastore['PASSWORD'],
      username: datastore['USERNAME']
Severity: Minor
Found in modules/auxiliary/scanner/sage/x3_adxsrv_login.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status