rapid7/metasploit-framework

View on GitHub
modules/auxiliary/gather/joomla_contenthistory_sqli.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def query_columns(database, table, payload, lmark, rmark)
    cols = []
    query = "(SELECT IFNULL(CAST(COUNT(*) AS CHAR),0x20) FROM #{database}.#{table})"

    colc = request(query, payload, lmark, rmark)
Severity: Minor
Found in modules/auxiliary/gather/joomla_contenthistory_sqli.rb - About 1 hr to fix

    Method query_columns has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def query_columns(database, table, payload, lmark, rmark)
    Severity: Minor
    Found in modules/auxiliary/gather/joomla_contenthistory_sqli.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status