Mailing List Archive

[Q] Undocumented function in NASL?
I have refered to NASL reference guide (http://www.nessus.org/doc/nasl.html)
nowadays when I want to add or edit NASL script.
But, I've found that there are some undocumented functions, for example,
script_timeout, open_priv_soc_tcp..
I want to know where I can find the full description of NASL function,
library....

If you know it, can I share the infomation?

Thank you!

Bye~
Re: [Q] Undocumented function in NASL? [ In reply to ]
It's been discussed before, but the location is....libnasl/nasl/init.c

John Lampe

On Tuesday 28 August 2001 03:35, CAMIYU wrote:
> I have refered to NASL reference guide
> (http://www.nessus.org/doc/nasl.html) nowadays when I want to add or edit
> NASL script.
> But, I've found that there are some undocumented functions, for example,
> script_timeout, open_priv_soc_tcp..
> I want to know where I can find the full description of NASL function,
> library....
>
> If you know it, can I share the infomation?
>
> Thank you!
>
> Bye~

--
John Lampe
https://f00dikator.hn.org/
http://f00dikator.hobbiton.org/
Re: [Q] Undocumented function in NASL? [ In reply to ]
On Tue, Aug 28, 2001 at 04:35:31PM +0900, CAMIYU wrote:
> I have refered to NASL reference guide (http://www.nessus.org/doc/nasl.html)
> nowadays when I want to add or edit NASL script.
> But, I've found that there are some undocumented functions, for example,
> script_timeout, open_priv_soc_tcp..


You should read libnasl/doc/nasl_guide.tex (compile it using 'make' to
obtain a nice .ps file). It's far more up-to-date.


-- Renaud