Is this what you're looking for?
my $ssl = 0;
my $nessus = Net::Nessus::ScanLite->new(
host => "$host",
port => $port,
ssl => $ssl,
user => "$nessus_user",
password => "$nessus_pass",
);Khurt Williams wrote:
Is there anyway to run nessus without ssl?
_______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
