rapid7/metasploit-framework

View on GitHub
modules/exploits/linux/http/geutebruck_instantrec_bof.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(
      update_info(
        info,
        'Name' => 'Geutebruck instantrec Remote Command Execution',
Severity: Minor
Found in modules/exploits/linux/http/geutebruck_instantrec_bof.rb - About 1 hr to fix

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

      def write_payload
        # gadgets
        libc_add = 0x402da000
        system_off = 0x00357fc
        libc_data_off = 0x12c960
    Severity: Minor
    Found in modules/exploits/linux/http/geutebruck_instantrec_bof.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status