rapid7/metasploit-framework

View on GitHub
modules/exploits/multi/http/playsms_template_injection.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(
      update_info(
        info,
        'Name' => 'PlaySMS index.php Unauthenticated Template Injection Code Execution',
Severity: Minor
Found in modules/exploits/multi/http/playsms_template_injection.rb - About 1 hr to fix

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

      def login
        res = send_request_cgi({
          'uri' => normalize_uri(uri, 'index.php'),
          'method' => 'GET',
          'vars_get' => {
    Severity: Minor
    Found in modules/exploits/multi/http/playsms_template_injection.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status