On 07/25/07 12:11, Ramos, Jaime J. wrote: > Can someone show me an example of having Nikto in the PATH of Nessus? ... > Nikto - /home/myname/nikto-1.36/nikto.pl > Nessus - /opt/nessus/sbin/nessusd
Nikto needs to be found in the PATH available to nessusd when it starts. Assuming you're using bash and have the startup script /etc/init.d/nessusd, you could achieve this by running: PATH=$PATH:/home/myname/nikto-1.36/nikto.pl /etc/init.d/nessusd restart If that works, you may want to figure out how to install nikto in one of the directories where binaries usually go (eg, /usr/bin) or how to make the change in PATH permanent. Speak with your vendor or organization's systems administration team for the best approach. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
