> -----Original Message----- > From: Christian Eric Edjenguele [mailto:[email protected]] > Sent: Saturday, October 03, 2009 4:38 PM > To: Goran Ličina > Cc: Michael Meyer; [email protected] > Subject: Re: [Openvas-plugins] Work on missing deps > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Goran Ličina wrote: > > 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 ;) > > I think there is already a syntax for displaying those informations: > security_*(port:port, data:info);
I know, I was thinking for 'extra' argument as something that would append additional data plugin collects to 'script_description' part, instead of replacing it (as 'data' does) . But I don't think it is neccessary as there are other ways to of achieving this. Regards, Goran _______________________________________________ Openvas-plugins mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-plugins
