Hi,

> Can someone tell me where to look to find what the plugins are trying to run 
> for a command line so I can debug what is failing?

you could have a look at the NASL Plugins for both scanners:

http://plugins.openvas.org/nasl.php?oid=80110
http://plugins.openvas.org/nasl.php?oid=110001

Adding a:

log_message(data:argv);

before the:

r = pread(cmd: arachni, argv: argv, cd: 1);

and

r = pread(cmd: cmdext, argv: argv, cd: 1);

in both NVTs could give you some debugging output about the used command
line in your GSA.

> Corresponding question  - is Arachni really supported?

Have a look at this mailinglist post:

https://lists.wald.intevation.org/pipermail/openvas-discuss/2014-December/007180.html

> If not - how to remove the attempt to use it?

You can disable the NVTs in your scan config within the "Web application
abuses" family.

_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to