rapid7/metasploit-framework

View on GitHub

Showing 6,027 of 21,757 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    super(update_info(info,
      'Name'           => 'Oracle Demantra Arbitrary File Retrieval with Authentication Bypass',
      'Description'    => %q{
        This module exploits a file download vulnerability found in Oracle
        Demantra 12.2.1 in combination with an authentication bypass. By
modules/auxiliary/scanner/http/oracle_demantra_database_credentials_leak.rb on lines 12..32

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 29.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

  def initialize
    super(
      'Name' => 'WinRM WQL Query Runner',
      'Description' => %q{
        This module runs WQL queries against remote WinRM Services.
Severity: Minor
Found in modules/auxiliary/scanner/winrm/winrm_wql.rb and 1 other location - About 25 mins to fix
modules/auxiliary/scanner/http/scraper.rb on lines 15..28

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 29.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

      simple.connect("\\\\#{host}\\#{smbshare}")
      file = simple.open(file, 'o')
      contents = file.read
      file.close
      simple.disconnect("\\\\#{host}\\#{smbshare}")
Severity: Minor
Found in lib/msf/core/exploit/remote/smb/client/psexec.rb and 1 other location - About 25 mins to fix
modules/auxiliary/scanner/smb/psexec_loggedin_users.rb on lines 96..101

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 29.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

  def initialize
    super(
      'Name'             => 'time(2)-based Context Keyed Payload Encoder',
      'Description'      => %q{
        This is a Context-Keyed Payload Encoder based on time(2)
Severity: Minor
Found in modules/encoders/x86/context_time.rb and 1 other location - About 25 mins to fix
modules/encoders/x86/context_cpuid.rb on lines 15..36

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 29.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    if res && res.code == 200 && res.body.include?('nonce')
      res_json = res.get_json_document
      unless res_json.blank?
        nonce = res_json['result']['nonce']
      end
Severity: Minor
Found in modules/exploits/linux/http/glinet_unauth_rce_cve_2023_50445.rb and 1 other location - About 25 mins to fix
modules/exploits/linux/http/glinet_unauth_rce_cve_2023_50445.rb on lines 242..249

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 29.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

          [ 'Linux (Native Payload)',
            {
              'Platform' => 'linux',
              'Arch' => ARCH_X86
            }
modules/exploits/multi/fileformat/swagger_param_inject.rb on lines 50..53

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 29.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
      whitespace = " " * (rand(3) + 1)
Severity: Major
Found in modules/exploits/windows/fileformat/adobe_jbig2decode.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
      whitespace = " " * (rand(3) + 1)
Severity: Major
Found in modules/exploits/windows/browser/adobe_jbig2decode.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/windows/browser/adobe_geticon.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/windows/browser/adobe_toolbutton.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb and 21 other locations - About 20 mins to fix
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/windows/browser/adobe_cooltype_sing.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/windows/fileformat/adobe_collectemailinfo.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/windows/fileformat/adobe_utilprintf.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_toolbutton.rb on lines 214..221
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 22 locations. Consider refactoring.
Open

  def ascii_hex_whitespace_encode(str)
    result = ""
    whitespace = ""
    str.each_byte do |b|
      result << whitespace << "%02x" % b
Severity: Major
Found in modules/exploits/windows/fileformat/adobe_toolbutton.rb and 21 other locations - About 20 mins to fix
modules/exploits/multi/fileformat/adobe_u3d_meshcont.rb on lines 203..210
modules/exploits/windows/browser/adobe_cooltype_sing.rb on lines 377..384
modules/exploits/windows/browser/adobe_flashplayer_newfunction.rb on lines 272..279
modules/exploits/windows/browser/adobe_flatedecode_predictor02.rb on lines 145..152
modules/exploits/windows/browser/adobe_geticon.rb on lines 156..163
modules/exploits/windows/browser/adobe_jbig2decode.rb on lines 175..182
modules/exploits/windows/browser/adobe_media_newplayer.rb on lines 171..178
modules/exploits/windows/browser/adobe_toolbutton.rb on lines 205..212
modules/exploits/windows/browser/adobe_utilprintf.rb on lines 135..142
modules/exploits/windows/fileformat/adobe_collectemailinfo.rb on lines 129..136
modules/exploits/windows/fileformat/adobe_cooltype_sing.rb on lines 364..371
modules/exploits/windows/fileformat/adobe_flashplayer_button.rb on lines 278..285
modules/exploits/windows/fileformat/adobe_flashplayer_newfunction.rb on lines 274..281
modules/exploits/windows/fileformat/adobe_flatedecode_predictor02.rb on lines 141..148
modules/exploits/windows/fileformat/adobe_jbig2decode.rb on lines 166..173
modules/exploits/windows/fileformat/adobe_libtiff.rb on lines 134..141
modules/exploits/windows/fileformat/adobe_media_newplayer.rb on lines 173..180
modules/exploits/windows/fileformat/adobe_pdf_embedded_exe_nojs.rb on lines 113..120
modules/exploits/windows/fileformat/adobe_reader_u3d.rb on lines 515..522
modules/exploits/windows/fileformat/adobe_u3d_meshdecl.rb on lines 281..288
modules/exploits/windows/fileformat/adobe_utilprintf.rb on lines 126..133

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 28.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language