RE: [Plugins-writers] Writing to the registry_open_hkcu function.

From: Michael Scheidell (scheidell@private)
Date: Sun Feb 26 2006 - 04:33:58 PST


> -----Original Message-----
> From: plugins-writers-bounces@private 
> [mailto:plugins-writers-bounces@private] On Behalf Of 
> tom@private
> Sent: Saturday, February 25, 2006 11:36 PM
> To: plugins-writers@private
> Subject: [Plugins-writers] Writing to the registry_open_hkcu function.
> 
> 
> Hi Everyone,
> 

> It would be a huge help if anyone knows the complete syntax to use the
> registry_open_hkcu() function, knows of a plugin that already 
> uses it, or has
> examples that I can work from.

grep is your friend:

grep registry_open_hkc *.inc
smb_nt.inc:function registry_open_hkcr(soc, uid, tid, pipe)

find ./ -name '*.nasl' -exec grep -H registry_open_hkcu {} \;

(seems it exists in smb_nt.inc but not in any current plugins)


_______________________________________________
Plugins-writers mailing list
Plugins-writers@private
http://mail.nessus.org/mailman/listinfo/plugins-writers



This archive was generated by hypermail 2.1.3 : Sun Feb 26 2006 - 04:52:03 PST