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 7cf7563 commit 86bf3d6Copy full SHA for 86bf3d6
modules/auxiliary/scanner/winrm/winrm_login.rb
@@ -29,7 +29,8 @@ def initialize
29
This module attempts to authenticate to a WinRM service. It currently
30
works only if the remote end allows Negotiate(NTLM) authentication.
31
Kerberos is not currently supported. Please note: in order to use this
32
- module, the 'AllowUnencrypted' winrm option must be set.
+ 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.
34
},
35
'Author' => [ 'thelightcosine' ],
36
'References' =>
0 commit comments