Jared Cebada wrote:
> what is this perl package I never got this message till I moved to
> nessus 3.0.3
>
Search the list - I asked about this back in May.
Dave King proposed the following which works. The author Tiago is
waiting from an answer from Tenable as he's afraid of doing any more
work due to the licensing changes...
in Net::Nessus::Message about line 140:
my $class = (ref($self) or $self);
$class =~ s/^\b(Client|Server)\b/Message/;
#####START ADDED
$type =~ s/NOTE/INFO/;
#####DONE WITH ADDED
$class .= "::$type";
$class->new($sock, $sender, $type, [EMAIL PROTECTED]);
That worked for us...
--
°(((=((===°°°(((===========================================
begin:vcard
fn:Ricardo Stella
n:Stella;Ricardo
org:Rider University
adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648
version:2.1
end:vcard
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus