rapid7/metasploit-framework

View on GitHub
modules/auxiliary/scanner/mqtt/connect.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method brute has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def brute
    vprint_status("Starting MQTT login sweep")
    cred_collection = build_credential_collection(
      username: datastore['USERNAME'],
      password: datastore['PASSWORD']
Severity: Minor
Found in modules/auxiliary/scanner/mqtt/connect.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status