TCP 5985: WinRM
PSSession
Enter-PSSession -ComputerName <hostname> -Credential <username>Evil-WinRM
evil-winrm -i <ip> -u <user> -p <pw> -s <script-path> -e <binary-path>evil-winrm -i <ip> -u <user> -H <nt-hash> -s <script-path> -e <binary-path>Using mimikatz
./mimikatz.exe "<command>" "exit"Last updated