Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Fwd: Net-Nessus

Subject: Fwd: Net-Nessus
Date: Tue, 26 Oct 2004 22:37:04 -0400
Is there anyway to run nessus without ssl?


---------- Forwarded message ----------
From: Tiago <tstock@tiago.com>
Date: Tue, 26 Oct 2004 11:34:32 -0400 (EDT)
Subject: Re: Net-Nessus
To: Khurt Williams <khurtwilliams@gmail.com>


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
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>