Global Settings Plugin - Network Type

freed0m <[email protected]> Mon, 10 Jul 2006 09:49:44 +0200
Newsgroups gmane.comp.security.nessus.devel
Message-ID <[email protected]>
I'm trying to compare the results on Nessus using diferent configurations on the plugin http://www.nessus.org/plugins/index.php?view=single&id=12288 
with plugin src http://www.nessus.org/plugins/index.php?view=viewsrc&id=12288

This plugin sets some "Global Variable Settings".  This configuration is
stored on the kb where plugins can ask for information, I haven't
checked all settings one by one, but the one about "Network Type" which is declared as:
--------
script_add_preference(name:"Network type", type:"radio", value:"Mixed (use RFC 1918);Private LAN; Public WAN (Internet)");
 
 opt = script_get_preference("Network type");
if (! opt) opt = "Mixed (RFC 1918)";
set_kb_item(name:"global_settings/network_type", value:opt);

--------
Sets the value "global_settings/network_type" on the knowdlege base but is not being used by any plugin.
First time I suppose this option established some timming options for plugins, and
cheked the RFC on http://www.rfc-editor.org/rfc/rfc1918.txt but this
option is deprecated or am I wrong?.

Thanks in advance,

-- 

Juan de la Fuente Costa aka FREED0M 

<[email protected]>

www.hacktimes.com

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