Skip to content

Commit 86bf3d6

Browse files
David MaloneyDavid Maloney
authored andcommitted
Updated Encryption comments
1 parent 7cf7563 commit 86bf3d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/scanner/winrm/winrm_login.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize
2929
This module attempts to authenticate to a WinRM service. It currently
3030
works only if the remote end allows Negotiate(NTLM) authentication.
3131
Kerberos is not currently supported. Please note: in order to use this
32-
module, the 'AllowUnencrypted' winrm option must be set.
32+
module without SSL, the 'AllowUnencrypted' winrm option must be set.
33+
Otherwise adjsut the port and set the SSL options in the module as appropriate.
3334
},
3435
'Author' => [ 'thelightcosine' ],
3536
'References' =>

0 commit comments

Comments
 (0)