Remote Execution Tools¶
Tool | SPN type | Note |
---|---|---|
impacket-smbexec |
cifs |
Medium noise; service exec; stable SMB shell. |
impacket-psexec |
cifs |
High noise; drops service; use for reliability. |
impacket-atexec |
cifs |
Low noise; scheduled task; one-offs. |
impacket-wmiexec |
HOST |
Low noise; WMI; fileless; needs RPC. |
impacket-dcomexec |
HOST |
Medium noise; DCOM activation; when WMI blocked. |
evil-winrm |
HTTP |
Medium noise; PowerShell; use when WinRM enabled. |
Kerberos usage¶
Add KRB5CCNAME=user.ccache
directly before the command.
impacket-tool Basic Usage¶
Password Authentication
NT Hash Authentication
Kerberos Authentication