rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/scada/igss9_misc.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info={})
    super(update_info(info,
      'Name'           => "7-Technologies IGSS 9 Data Server/Collector Packet Handling Vulnerabilities",
      'Description'    => %q{
          This module exploits multiple vulnerabilities found on IGSS 9's Data Server and
Severity: Minor
Found in modules/exploits/windows/scada/igss9_misc.rb - About 1 hr to fix

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

      def write_packets(data)
        pkts = []
    
        #Payload will be in C:\Documents and Settings\All Users\Application Data\7T\
        tmp = rand_text_alpha(1)
    Severity: Minor
    Found in modules/exploits/windows/scada/igss9_misc.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status