Pass the Ticket - Linux
Overview
Identify Domain-Joined Linux
realm list
ps -ef | grep -i "winbind\|sssd"Find Keytab Files
find / -name *keytab* -ls 2>/dev/nullFind ccache Files
env | grep -i krb5
ls -la /tmpList Keytab Entries
Impersonate User with Keytab (kinit)
Extract Hashes from Keytab (KeyTabExtract)
Abuse ccache Files (as root)
Convert ccache to kirbi
Import kirbi on Windows (Rubeus)
Impacket with Kerberos + Proxychains
Evil-WinRM with Kerberos
Linikatz (Linux Credential Extraction)
Chisel + Proxychains Pivot Setup
Last updated