[Openvas-commits] r1423 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 25 08:19:01 CEST 2008
Author: chandra
Date: 2008-09-25 08:19:00 +0200 (Thu, 25 Sep 2008)
New Revision: 1423
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/smb_login.nasl
Log:
Updated the SMB KB items to SMB/login_filled/0, reflecting the KB items as in smb_authorization.nasl. Withouth which, Windows authenticated scripts failed to launch
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2008-09-24 19:14:03 UTC (rev 1422)
+++ trunk/openvas-plugins/ChangeLog 2008-09-25 06:19:00 UTC (rev 1423)
@@ -1,3 +1,8 @@
+2008-08-25 Chandrashekhar B <bchandra at secpod.com>
+ * scripts/smb_logins.nasl:
+ Updated the KB items names to reflect that
+ of smb_authorization.nasl
+
2008-09-24 Thomas Reinke <reinke at securityspace.com>
* Removed legacy gentoo scripts that were no longer
Modified: trunk/openvas-plugins/scripts/smb_login.nasl
===================================================================
--- trunk/openvas-plugins/scripts/smb_login.nasl 2008-09-24 19:14:03 UTC (rev 1422)
+++ trunk/openvas-plugins/scripts/smb_login.nasl 2008-09-25 06:19:00 UTC (rev 1423)
@@ -61,9 +61,9 @@
exit(0);
}
- login = string(get_kb_item("SMB/login_filled"));
- password = string(get_kb_item("SMB/password_filled"));
- user_domain = string(get_kb_item("SMB/domain_filled"));
+ login = string(get_kb_item("SMB/login_filled/0"));
+ password = string(get_kb_item("SMB/password_filled/0"));
+ user_domain = string(get_kb_item("SMB/domain_filled/0"));
if(!strlen(login)){
login ="";
More information about the Openvas-commits
mailing list