Slide 12
Slide 12 text
Impersonation is the sincerest form of flattery
• We’re root, but you can’t just “transfer” root to another box
• How can we become someone else and move to another box?
• Hijacking Kerberos Tickets
• Authenticated users leave behind Kerberos ticket caches
• Default location is “/tmp/krb5cc_*”
• They’re protected, but, hey – we’re root
• Find your current cache location with “klist”
• Copy someone else’s cache into yours – you become them!
# ls -l /tmp/krb*
12