On Wed, May 28, 2003 at 09:45:50AM -0400, zeek wrote:
>
> Greetings Nessusians,
>
> I ran Nessus against a web server and received the following in my report:
>
> ---
> The following CGI have been discovered :
>
> Syntax : cginame (arguments [default value])
>
> /babyspice/ (O [D] C [N] )
> /dingus/camera/ (gal [0] )
> /include/ (O [D] C [N] )
>
> Directory index found at /include/
> ---
>
>
> I'm not able to find an explanation of what these mean. Could someone offer some
> advice as
> to where to get an answer?
It means that /babyspice/ is a CGI with two arguments : O and C, and the
default value of each is 'D' (for O) and 'N'.
ie: you can do : /babyspice/?O=D&C=N
/dingus/camera/?gal=0
/include/?O=D&C=N
-- Renaud