diff --git a/modules/exploits/windows/smb/smb_relay.rb b/modules/exploits/windows/smb/smb_relay.rb index 96b4e6fb3e..5463150cc6 100644 --- a/modules/exploits/windows/smb/smb_relay.rb +++ b/modules/exploits/windows/smb/smb_relay.rb @@ -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)