Rapid7 Vulnerability & Exploit Database

Microsoft Windows Authenticated Logged In Users Enumeration

Back to Search

Microsoft Windows Authenticated Logged In Users Enumeration

Created
05/30/2018

Description

This module uses a valid administrator username and password to enumerate users currently logged in, using a similar technique than the "psexec" utility provided by SysInternals. It uses reg.exe to query the HKU base registry key.

Author(s)

  • Royce Davis @R3dy__ <rdavis@accuvant.com>

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/smb/psexec_loggedin_users
msf auxiliary(psexec_loggedin_users) > show actions
    ...actions...
msf auxiliary(psexec_loggedin_users) > set ACTION < action-name >
msf auxiliary(psexec_loggedin_users) > show options
    ...show and set options...
msf auxiliary(psexec_loggedin_users) > 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

;