[Openvas-devel] [openvas-Bugs][1678] nikto.nasl plugin doesn't work
openvas-bugs@wald.intevation.org
openvas-bugs at wald.intevation.org
Wed Nov 17 13:59:08 CET 2010
Bugs item #1678, was opened at 17/11/2010 12:59
Status: Open
Priority: 3
Submitted By: Riccardo Biasiotto (biasi)
Assigned to: Nobody (None)
Summary: nikto.nasl plugin doesn't work
Architecture: None
Resolution: None
Severity: None
Version: None
Component: openvas-plugins
Operating System: Linux
Product: None
Hardware: None
URL:
Initial Comment:
In nikto.nasl there is the following row:
argv[i++] = "-ask no";
but when I execute openvas-nasl -T /tmp/Report -X nikto.nasl I obtain the following error:
Here is the Nikto report:
Unknown option: ask no
To resolve this problem you should change the row
argv[i++] = "-ask no";
in
argv[i++] = "-ask";
argv[i++] = "no";
Can you modifiy this plugin?
----------------------------------------------------------------------
You can respond by visiting:
http://wald.intevation.org/tracker/?func=detail&atid=220&aid=1678&group_id=29
More information about the Openvas-devel
mailing list