Net::Nessus Module

From: Kurt (kurt.semba_at_gmx.de)
Date: 02/09/05


Date: 9 Feb 2005 03:04:53 -0800

Hi all,

Is it possible to start an attack (this already works with the
Net::Nessus::Client module) and after the nessus server finished
scanning loop through all the results directly?

What I cannot use is this given example on cpan

my @ftp_holes = @{$messages->{'21'}->{'PORT'}};

since I don't know the ports /holes in advance , so I don't know which
ones to look for. I would need a list of found holes / warnings /notes
I could loop through like:

while (my $hole = give_me_next_hole($results_for_this_scan)) { ... }

Thanks in advance,
Kurt



Relevant Pages

  • Net::Nessus Package
    ... Is it possible to start an attack (this already works with the ... scanning loop through all the results directly? ... I would need a list of found holes / warnings /notes ...
    (comp.lang.perl.misc)
  • Re: Net::Nessus Module
    ... Kurt wrote: ... > Is it possible to start an attack (this already works with the ... > scanning loop through all the results directly? ...
    (comp.lang.perl.modules)