Land #11315, fix incorrect API usage of session_setup_clear

4.x
Brent Cook 2019-01-29 05:26:07 -06:00 committed by Metasploit
parent a81290a39b
commit 8f64a411e3
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 1 additions and 1 deletions

View File

@ -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