Skip to content

evil-winrm

Evil-WinRM is the WinRM (Windows Remote Management) client that is used to connect to a Windows machine remotely. It is a simple shell that can be used to execute commands on a remote machine. It is similar to SSH for Linux.

Usage

To use Evil-WinRM, you need to have the IP address of the target machine and the credentials to authenticate to the machine. The following command will connect to the target machine using the provided credentials.

evil-winrm -u administrator -p 'P@ssw0rd!' -i <IP>

# Or pass the hash
evil-winrm -u administrator -H 0e0363213e37b94221497260b0bcb4fc -i 10.10.125.64