diff --git a/lib/rex/parser/nessus_xml.rb b/lib/rex/parser/nessus_xml.rb index b699a35080..c26a7ed0aa 100644 --- a/lib/rex/parser/nessus_xml.rb +++ b/lib/rex/parser/nessus_xml.rb @@ -46,7 +46,7 @@ class NessusXMLStreamParser @bid = Array.new @xref = Array.new @x = Hash.new - @x['nasl'] = attributes['pluginID'] + @x['nasl'] = [attributes['pluginID'],attributes['pluginName']].join(" ") @x['port'] = attributes['port'] @x['proto'] = attributes['protocol'] @x['svc_name'] = attributes['svc_name']