rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/lotus/domino_http_accept_language.rb

Summary

Maintainability
B
4 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'            => 'IBM Lotus Domino Web Server Accept-Language Stack Buffer Overflow',
      'Description'        => %q{
          This module exploits a stack buffer overflow in IBM Lotus Domino Web Server
Severity: Major
Found in modules/exploits/windows/lotus/domino_http_accept_language.rb - About 3 hrs to fix

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

      def exploit
        connect
    
        lang = rand_text_alphanumeric(116)                # greetz to hateful chris
        lang[ 56,  4 ] = [ 0xfffffffe ].pack('V')            # Fix Second crash (esi)
    Severity: Minor
    Found in modules/exploits/windows/lotus/domino_http_accept_language.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status