rapid7/metasploit-framework

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'        => 'Sysax Multi Server 5.64 Create Folder Buffer Overflow',
      'Description'    => %q{
          This module exploits a stack buffer overflow in the create folder function in
Severity: Major
Found in modules/exploits/windows/http/sysax_create_folder.rb - About 2 hrs to fix

    Method create_rop_chain has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def create_rop_chain()
        rop_gadgets = []
    
        # ROP chains provided by Corelan.be
        # https://www.corelan.be/index.php/security/corelan-ropdb/#msvcrtdll_8211_v7037903959_Windows_2003_SP1_SP2
    Severity: Minor
    Found in modules/exploits/windows/http/sysax_create_folder.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status