rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/http/altn_securitygateway.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Alt-N SecurityGateway username Buffer Overflow',
      'Description'    => %q{
          Alt-N SecurityGateway is prone to a buffer overflow condition. This
Severity: Minor
Found in modules/exploits/windows/http/altn_securitygateway.rb - About 1 hr to fix

    Method exploit has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def exploit
    
        # handle auto-targeting
        mytarget = target
        if target.name =~ /Automatic/
    Severity: Minor
    Found in modules/exploits/windows/http/altn_securitygateway.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status