# WinRM (Windows Remote Management)
![[Responder Write-up#^wi5cag]]
WinRM usually uses ports 5985 and 5986 (both TCP and UDP).
## Linux CLI
[Evil-WinRM](https://github.com/Hackplayers/evil-winrm) can be used to access WinRM from linux.
```sh
evil-winrm -i <IP Address> -u <username> -p <password>
```
## Hack The Box Machines
- [[Responder Write-up|Responder]]