Linux Active directory

Linikatz

Mimikatz for UNIX

Tool: linikatzarrow-up-right

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

<SNIF>

SSSD Cached Credentials

Tool: SSSD-credsarrow-up-right

#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

circle-check

Tool: KeyTabExtractarrow-up-right

Last updated