rapid7/metasploit-framework

View on GitHub
modules/post/windows/manage/killav.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(
      update_info(
        info,
        'Name' => 'Windows Post Kill Antivirus and Hips',
Severity: Minor
Found in modules/post/windows/manage/killav.rb - About 1 hr to fix

    Method run has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def run
        avs = ::File.read(
          ::File.join(
            Msf::Config.data_directory,
            'wordlists',
    Severity: Minor
    Found in modules/post/windows/manage/killav.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status