From 91da35070d9fac33ea23516c0e927d8fcf2c2a54 Mon Sep 17 00:00:00 2001 From: Marian Gawron Date: Fri, 25 Jan 2019 12:47:18 +0100 Subject: [PATCH] updated smb-client to make it working again after being bugged for some time --- lib/rex/proto/smb/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/proto/smb/client.rb b/lib/rex/proto/smb/client.rb index 9411224a1f..9b82a89bd9 100644 --- a/lib/rex/proto/smb/client.rb +++ b/lib/rex/proto/smb/client.rb @@ -653,7 +653,7 @@ NTLM_UTILS = Rex::Proto::NTLM::Utils end - return self.session_setup_clear(*args) + return self.session_setup_clear(user, pass, domain) end # Authenticate using clear-text passwords