rapid7/metasploit-framework

View on GitHub
modules/auxiliary/scanner/postgres/postgres_dbname_flag_injection.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def run_host(ip)

    request =
      "\x00\x03\x00\x00" +
      "user\x00" +

    There are no issues that match your filters.

    Category
    Status