[Openvas-plugins] Work on missing deps
Michael Meyer
michael.meyer at intevation.de
Sat Oct 3 15:35:33 CEST 2009
Hi Goran,
*** Goran Li?ina <goran.licina at lss.hr> wrote:
> In attachment are some new plugins we made.
,---[ sympa_detect.nasl ]
| [...]
| script_require_ports("Services/www", 80);
| script_require_ports("Services/www", 443);
| [...]
`---|
Both are required? The Plugin will not run if one of these ports are
not open and 'Optimize the test' is checked in client.
I'm not sure if it is ok to have script_require_ports twice in a
plugin. You can use the following if needed.
'script_require_ports("Services/www", 80, 443);'
,---[ sympa_detect.nasl ]
| [...]
| security_note(port:port, extra:info);
| [...]
`---|
There exist no option 'extra' for security_* in OpenVAS. 'info' will never be
displayed. Maybe this is worth a feature request.
Micha
--
Michael Meyer OpenPGP Key: 76E050B9
http://www.intevation.de
Intevation GmbH, Neuer Graben 17, 49074 Osnabrück; AG Osnabrück, HR B 18998
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
More information about the Openvas-plugins
mailing list