rapid7/metasploit-framework

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Trend Micro OfficeScan Remote Stack Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow in Trend Micro OfficeScan
Severity: Minor
Found in modules/exploits/windows/http/trendmicro_officescan.rb - About 1 hr to fix

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

      def exploit
        geip_src = "
          push esi
          push esp
          pop eax
    Severity: Minor
    Found in modules/exploits/windows/http/trendmicro_officescan.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status