rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/fileformat/ms14_017_rtf.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => "MS14-017 Microsoft Word RTF Object Confusion",
      'Description'    => %q{
        This module creates a malicious RTF file that when opened in
Severity: Minor
Found in modules/exploits/windows/fileformat/ms14_017_rtf.rb - About 1 hr to fix

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

      def exploit
        junk = rand(0xffffffff)
        rop_chain = [
          0x275de6ae, # ADD ESP,0C # RETN [MSCOMCTL.ocx]
          junk,
    Severity: Minor
    Found in modules/exploits/windows/fileformat/ms14_017_rtf.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status