Commander

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

evil-winrm

↗ docs

WinRM shell for pentesting Windows remote management — supports pass-the-hash, SSL, and file transfer

winrmremotewindowsshelllateral-movement

Login with Password

Open a WinRM shell with username and password.

evil-winrm -i -u -p

Pass-the-Hash Login

Authenticate using an NTLM hash.

evil-winrm -i -u -H

Login with SSL

Connect over SSL (port 5986).

evil-winrm -i -u -p -S -P 5986