Cassage de mots de passes Kerberos
Cracker les hash
hashcat -m 13100 --force -a 0 hash.txt dict.txt
information sur les format de hash
$krb5tgs$23$* : RC4 (type 23)
$krb5tgs$18$* : AES-256 (type 18) (plus lent à casser)
hashcat -m 13100 --force -a 0 hash.txt dict.txt
$krb5tgs$23$* : RC4 (type 23)
$krb5tgs$18$* : AES-256 (type 18) (plus lent à casser)