Rapid7 Vulnerability & Exploit Database

WinRM Login Utility

Back to Search

WinRM Login Utility

Created
05/30/2018

Description

This module attempts to authenticate to a WinRM service. It currently works only if the remote end allows Negotiate(NTLM) authentication. Kerberos is not currently supported. Please note: in order to use this module without SSL, the 'AllowUnencrypted' winrm option must be set. Otherwise adjust the port and set the SSL options in the module as appropriate.

Author(s)

  • thelightcosine
  • smashery

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/winrm/winrm_login
msf auxiliary(winrm_login) > show actions
    ...actions...
msf auxiliary(winrm_login) > set ACTION < action-name >
msf auxiliary(winrm_login) > show options
    ...show and set options...
msf auxiliary(winrm_login) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;