Results 1 to 10 of 12
I have been using openvas to check webservers vulnerabilities. Here is aone of the reportś answers:
Nikto could not be found in your system path.
OpenVAS was unable to execute ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-24-2012 #1Just Joined!
- Join Date
- Apr 2012
- Posts
- 24
nikto and openvas
I have been using openvas to check webservers vulnerabilities. Here is aone of the reportś answers:
Nikto could not be found in your system path.
OpenVAS was unable to execute Nikto and to perform the scan you
requested.
Please make sure that Nikto is installed and that nikto.pl or nikto is
available in the PATH variable defined for your environment.
I have installed nikto in thhe openvas server, but whenever it starts a new scan, this message appears...
Help me
- 10-01-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
try putting a symlink to your nikto.pl perl script in a directory used by the PATH of whatever OpenVAS is, e.g.:
Code:ln -s /path/to/nikto.pl /usr/local/bin/nikto.pl
- 10-01-2012 #3Just Joined!
- Join Date
- Apr 2012
- Posts
- 24
Hi,
My nikto script, nikto.pl, is at /etc/openvas. So, how could it be this symlink? I´m just a beginner...
Thanks
- 10-01-2012 #4Code:
ln -s /etc/openvas/nikto.pl /usr/local/bin/nikto.pl
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-02-2012 #5Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
just curious, how did you install nikto? There is a nikto package available in Debian's sources, and I would think that it would be smart enough to install itself in such a way that it could be found by other programs. I.e., it is odd that your script is in an /etc/ dir.
to install the package via apt-get:
okay, curiosity got the better of me: i downloaded this nikto package (for Sid unstable) and uncompress it: the nikto Perl script is installed as /usr/bin/nikto, so I think that is the way you should go.Code:apt-get install nikto
- 10-02-2012 #6Just Joined!
- Join Date
- Apr 2012
- Posts
- 24
Thanks, man. It did work. There is another issue. In the report says:
wapiti report filename is empty, that could mean that wrong version of wapiti is used or tmp dir is not accessible. Make sure to have wapiti 2.x as wapiti 1.x is not supported. In short: check instalation of wapiti and Openvas.
I ran the script openvas check setup and everything is ok.
There are other messages like: Arachni could not be found in your system Path. I tried to install it, but the packet was not found.
- 10-02-2012 #7Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
So do you have wapiti installed? If so, what version and how did you install it? I see that Debian only has version 1.1.6 available.
You can check out the following thread on getting wapiti 2x working w/openvas:
[SOLVED] Wapiti security tool fails to run with Openvas
How did you try to install Arachni, and was it successful? The Arachni Scanner homepage provides a CDE package for Linux, whatever the hell that is. What exactly is saying "the packet was not found"?There are other messages like: Arachni could not be found in your system Path. I tried to install it, but the packet was not found.
- 10-03-2012 #8Just Joined!
- Join Date
- Apr 2012
- Posts
- 24
Arachni is o.k.
I have to find a way to install wapiti 2.x
Is there a significant difference between them??? One is enough?
- 10-03-2012 #9Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
- 10-03-2012 #10Just Joined!
- Join Date
- Apr 2012
- Posts
- 24
I could not install wapiti 2.x. The link you sent me to download wapiti is broken... and I cannot finfd anywhere else...
but thanks anyway


Reply With Quote

