We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eeec0 commit 34717d1Copy full SHA for 34717d1
modules/exploits/windows/smb/smb_relay.rb
@@ -374,7 +374,7 @@ def smb_cmd_negotiate(c, buff)
374
end
375
376
# If extended security isn't supported or we're trying reflection
377
- # ntlmv1 should be sued, otherwise, use ntlmssp
+ # ntlmv1 should be used, otherwise, use ntlmssp
378
if extended_security && target_host != smb[:ip]
379
smb[:ntlmssp] = true
380
negotiate_ntlmssp(smb, target_host)
0 commit comments