From 1fbc9e62cf2de333034fabc40b8207a9ce7f8e82 Mon Sep 17 00:00:00 2001 From: ron Date: Fri, 17 Apr 2009 01:13:57 +0000 Subject: [PATCH] defaulted to basic login for smb-check-vulns (the test infected box I found doens't like extended logins, not sure whether it's because of Conficker or if it was random chance --- scripts/smb-check-vulns.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smb-check-vulns.nse b/scripts/smb-check-vulns.nse index ec2727239..8d02c1552 100644 --- a/scripts/smb-check-vulns.nse +++ b/scripts/smb-check-vulns.nse @@ -207,7 +207,7 @@ function check_conficker(host) local bind_result, netpathcompare_result -- Create the SMB session - status, smbstate = msrpc.start_smb(host, "\\\\BROWSER") + status, smbstate = msrpc.start_smb(host, "\\\\BROWSER", true) if(status == false) then return false, smbstate end