Hey Micha! > -----Original Message----- > From: [email protected] [mailto:openvas- > [email protected]] On Behalf Of Michael Meyer > Sent: Saturday, October 03, 2009 3:36 PM > To: [email protected] > Subject: Re: [Openvas-plugins] Work on missing deps > > Hi Goran, > > *** Goran Li?ina <[email protected]> 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.
Bah, don't know how I slipped that :) But 'extra' might be a good idea ;) Thanks for your comments, fixed version is in attachment. Best, Goran
sympa_detect.nasl
Description: sympa_detect.nasl
_______________________________________________ Openvas-plugins mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-plugins
