Skip to content

Commit a69a4fb

Browse files
committed
Extra spaces, be gone.
1 parent 3a481c8 commit a69a4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/winrm/winrm_script_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def initialize(info = {})
7272

7373
def check
7474
unless accepts_ntlm_auth
75-
print_error "The Remote WinRM server does not appear to allow Negotiate(NTLM) auth"
75+
print_error "The Remote WinRM server does not appear to allow Negotiate (NTLM) auth"
7676
return Msf::Exploit::CheckCode::Safe
7777
end
7878

0 commit comments

Comments
 (0)