Class: Risu::Parsers::Nessus::PostProcess::CoreFTP

Inherits:
Base::PostProcessBase show all
Defined in:
lib/risu/parsers/nessus/postprocess/core_ftp.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

#initializeCoreFTP

Returns a new instance of CoreFTP.



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

def initialize
	@info =
	{
		:description => "CoreFTP Patch Rollup",
		:plugin_id => -99989,
		:plugin_name => "Missing the latest CoreFTP Patches",
		:item_name => "Update to the latest CoreFTP",
		:plugin_ids => [
			65789, #Core FTP < 2.2 build 1769 Multiple Buffer Overflows
			70656, #Core FTP < 2.2 build 1785 CWD Command Buffer Overflow
			59243, #Core FTP Filename Processing Boundary Error FTP List Command Response Parsing Remote Overflow
		]
	}
end