Is there anyway to run nessus without ssl?

---------- Forwarded message ----------
From: Tiago <[EMAIL PROTECTED]>
Date: Tue, 26 Oct 2004 11:34:32 -0400 (EDT)
Subject: Re: Net-Nessus
To: Khurt Williams <[EMAIL PROTECTED]>


Hi Khurt,

It doesn't seem that Net::Nessus::Messages is loading correctly from the
test harness... that's strange.

Also, did you have a nessus server running when you ran `make test` and
was that nessus server set to accept non-ssl connections and restarted ?
It doesn't seem like the client test passed, but that could be because of
the original error.

I recommend you try re-instaling (base.t tests must pass), and if it
doesn't work with 0.09 then try 0.08... there are not many changes between
the two and I may have messed something up.

http://search.cpan.org/CPAN/authors/id/T/TS/TSTOCK/Net-Nessus-0.09.tar.gz
http://search.cpan.org/CPAN/authors/id/J/JW/JWIED/Net-Nessus-0.08.tar.gz

Please let me know how this works out -
Tiago
--



On Tue, 26 Oct 2004, Khurt Williams wrote:

> I am having some problems compiling Net::Nessus for perl, v5.8.0 built
> for i386-linux-thread-multi and Red Hat Enterprise Linux ES release 3
> (Taroon Update 3).  After running make test I get the following error:
>
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/base......Net/Nessus/Message.pm did not return a true value at (eval
> 1) line 3.
>
> t/base......FAILED test 1
>         Failed 1/2 tests, 50.00% okay
> t/client....Can't call method "Plugins" on an undefined value at
> t/client.t line 61.
> t/client....dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 2-31
>         Failed 30/31 tests, 3.23% okay
> Failed Test Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/base.t                   2    1  50.00%  1
> t/client.t   255 65280    31   30  96.77%  2-31
> Failed 2/2 test scripts, 0.00% okay. 31/33 subtests failed, 6.06% okay.
> make: *** [test_dynamic] Error 2
>
> I can force the install but then when I use the code:
>
> #!/usr/bin/perl
> use strict;
>
> # Connect to the Nessus Server
> use Net::Nessus::Client;
> my $client = Net::Nessus::Client->new(
>     'host'     => 'localhost',
>     'port'     => '1241',
>     'user'     => 'nessus',
>     'password' => 'nessus'
> );
>
> I get the following error:
> Error while requesting NTP proto 1.1:  at
> /usr/lib/perl5/site_perl/5.8.0/Net/Nessus/Client.pm line 152.
>
> My nessus installation is working correctly.
> --
> Sincerely,
> Khurt Williams, CISSP
> http://ossnews.blogspot.com
>



-- 
Sincerely,
Khurt Williams, CISSP
http://ossnews.blogspot.com
_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to