On Fri, Apr 22, 2005 at 12:18:38AM -0300, Guilherme Sperb
Machado wrote:

> Is there any way to include C code into a NASL program (to
> generate ARP packets), and after it, manage some results
> from the C program in NASL ?

In newer versions of NASL, the function pread() is used for
calling external programs. However, it generally requires
that the script be trusted, and that requires it be signed
by a private key available only to Renaud and a few others.

Having said this, you can set "nasl_no_signature_check =
yes" in your nessusd.conf and restart the server to tell the
interpreter not to check the signature of trusted scripts.  

Or you could write your plugin in C.

George

--
[EMAIL PROTECTED]
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to