rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/browser/cisco_webex_ext.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def exploit_html(cli, req_uri)
    base_uri = "#{get_resource.chomp('/')}"
    html = %Q~
<html>
<head>
Severity: Minor
Found in modules/exploits/windows/browser/cisco_webex_ext.rb - About 1 hr to fix

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

      def initialize(info={})
        super(update_info(info,
          'Name'           => "Cisco WebEx Chrome Extension RCE (CVE-2017-3823)",
          'Description'    => %q{
            This module exploits a vulnerability present in the Cisco WebEx Chrome Extension
    Severity: Minor
    Found in modules/exploits/windows/browser/cisco_webex_ext.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status