rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/smb/ipass_pipe_exec.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'IPass Control Pipe Remote Command Execution',
      'Description'    => %q{
        This module exploits a vulnerability in the IPass Client service. This service provides a
Severity: Minor
Found in modules/exploits/windows/smb/ipass_pipe_exec.rb - About 1 hr to fix

    Avoid too many return statements within this method.
    Open

          return Msf::Exploit::CheckCode::Unknown
    Severity: Major
    Found in modules/exploits/windows/smb/ipass_pipe_exec.rb - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status