This commit is contained in:
jvazquez-r7
2015-02-03 17:12:54 -06:00
parent 82eeec0946
commit 34717d166d
+1 -1
View File
@@ -374,7 +374,7 @@ class Metasploit3 < Msf::Exploit::Remote
end
# If extended security isn't supported or we're trying reflection
# ntlmv1 should be sued, otherwise, use ntlmssp
# ntlmv1 should be used, otherwise, use ntlmssp
if extended_security && target_host != smb[:ip]
smb[:ntlmssp] = true
negotiate_ntlmssp(smb, target_host)