rapid7/metasploit-framework

View on GitHub
modules/auxiliary/scanner/http/wordpress_multicall_creds.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def run_host(ip)
    if check_setup
      print_status("XMLRPC enabled, Hello message received!")
    else
      print_error("Aborting the attack.")
Severity: Minor
Found in modules/auxiliary/scanner/http/wordpress_multicall_creds.rb - About 1 hr to fix

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

      def initialize(info = {})
        super(update_info(info,
          'Name'         => 'Wordpress XML-RPC system.multicall Credential Collector',
          'Description'  => %q{
            This module attempts to find Wordpress credentials by abusing the XMLRPC
    Severity: Minor
    Found in modules/auxiliary/scanner/http/wordpress_multicall_creds.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status