Rapid7 Vulnerability & Exploit Database

Windows Management Instrumentation (WMI) Remote Command Execution

Back to Search

Windows Management Instrumentation (WMI) Remote Command Execution

Disclosed
01/01/1999
Created
05/30/2018

Description

This module executes powershell on the remote host using the current user credentials or those supplied. Instead of using PSEXEC over TCP port 445 we use the WMIC command to start a Remote Procedure Call on TCP port 135 and an ephemeral port. Set ReverseListenerComm to tunnel traffic through that session. The result is similar to psexec but with the added benefit of using the session's current authentication token instead of having to know a password or hash. The remote host must be configured to allow remote Windows Management Instrumentation.

Author(s)

  • Ben Campbell <eat_meatballs@hotmail.co.uk>

Platform

Windows

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 exploit/windows/local/wmi
msf exploit(wmi) > show targets
    ...targets...
msf exploit(wmi) > set TARGET < target-id >
msf exploit(wmi) > show options
    ...show and set options...
msf exploit(wmi) > exploit

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

;