GetUserSPNs.py
all
Retrieve Service Principal Names (SPNs) associated with Active Directory user accounts. Part of the Impacket suite.
More info →Examples (5)
Enumerate user accounts with an SPN and request their Kerberos TGS tickets
GetUserSPNs.py domain/username:password -dc-ip domain_controller_ipUse pass-the-hash authentication
GetUserSPNs.py domain/username -hashes LM_Hash:NT_Hash -dc-ip domain_controller_ipSave the output to a file
GetUserSPNs.py domain/username:password -dc-ip domain_controller_ip -outputfile path/to/output_fileRequest only TGS tickets
GetUserSPNs.py domain/username:password -dc-ip domain_controller_ip -requestRequest only TGS tickets using pass-the-hash authentication
GetUserSPNs.py domain/username -dc-ip domain_controller_ip -hashes LM_Hash:NT_Hash -requestmade by @shridhargupta | data from tldr-pages