Fix typo
parent
82eeec0946
commit
34717d166d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue