Net::Nessus Package

K

Kurt

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,167
Messages
2,570,913
Members
47,455
Latest member
Delilah Code

Latest Threads

Top