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]

Re: Make Install on Plugins 2.2.10 fails

Subject: Re: Make Install on Plugins 2.2.10 fails
Date: Thu, 19 Jul 2007 16:54:24 +0100
Was anything copied to /usr/local/lib/nessus/plugins ?

If not, make install may be failing because the plugin package you
downloaded doesn't include any NBIN files, while the Makefile is looking
for scripts/*.nbin.

If that's the case, modify the Makefile to remove *.nbin or touch an
nbin file in the scripts directory you're installing from (Nessus 2
isn't able to use NBIN plugins anyway)


Regards,

-- 
Hubert Seiwert

Internet Security Specialist, Westpoint Ltd
Albion Wharf, 19 Albion Street, Manchester M1 5LN, United Kingdom

Web: www.westpoint.ltd.uk
Tel: +44-161-2371028




Ruben Teuling wrote:
With Nessus 2.2.10, when running make install on the plugins, the following 
result appears.
After the last "done" nothing happens, no new command line. It seems to do 
nothing. When
starting nessus GUI, plugins list is empty.

[root@localhost nessus-plugins]# make install
cd plugins && ./make_world
make[1]: Entering directory `/usr/local/nessus-plugins/plugins/find_service'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/nessus-plugins/plugins/find_service'
make[1]: Entering directory 
`/usr/local/nessus-plugins/plugins/nessus_tcp_scanner'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/usr/local/nessus-plugins/plugins/nessus_tcp_scanner'
make[1]: Entering directory `/usr/local/nessus-plugins/plugins/ssl_ciphers'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/nessus-plugins/plugins/ssl_ciphers'
make[1]: Entering directory `/usr/local/nessus-plugins/plugins/synscan'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/nessus-plugins/plugins/synscan'
test -d /usr/local/lib/nessus || /usr/bin/install -c -d -m 755 \
                /usr/local/lib/nessus
test -d /usr/local/lib/nessus/plugins || /usr/bin/install -c -d -m 755 \
                /usr/local/lib/nessus/plugins
for scripts in scripts/*.nasl scripts/*.nbin; do \
        /usr/bin/install -c -o root -m 444 $scripts \
                /usr/local/lib/nessus/plugins; \
        done

Regards,
Ruben

_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus


  

_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

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