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 3a481c8 commit a69a4fbCopy full SHA for a69a4fb
modules/exploits/windows/winrm/winrm_script_exec.rb
@@ -72,7 +72,7 @@ def initialize(info = {})
72
73
def check
74
unless accepts_ntlm_auth
75
- print_error "The Remote WinRM server does not appear to allow Negotiate(NTLM) auth"
+ print_error "The Remote WinRM server does not appear to allow Negotiate (NTLM) auth"
76
return Msf::Exploit::CheckCode::Safe
77
end
78
0 commit comments