Class: Risu::Parsers::Nessus::PostProcess::SolarWindsDameWareRollup

Inherits:
Base::PostProcessBase show all
Defined in:
lib/risu/parsers/nessus/postprocess/solarwinds_dameware.rb

Instance Attribute Summary

Attributes inherited from Base::PostProcessBase

#info

Instance Method Summary collapse

Methods inherited from Base::PostProcessBase

#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run

Constructor Details

#initializeSolarWindsDameWareRollup

Returns a new instance of SolarWindsDameWareRollup.



29
30
31
32
33
34
35
36
37
38
39
40
41
# File 'lib/risu/parsers/nessus/postprocess/solarwinds_dameware.rb', line 29

def initialize
	@info =
	{
		:description => "SolarWinds DameWare Patch Rollup",
		:plugin_id => -99936,
		:plugin_name => "Missing the latest SolarWinds DameWare",
		:item_name => "Update to the latest SolarWinds DameWare",
		:plugin_ids => [
			124062, #SolarWinds DameWare Mini Remote Client Agent < 12.0.3 Stack Buffer Overflow
			130458, #SolarWinds Dameware Mini Remote Control Unauthenticated RCE
		]
	}
end