Crack Hash

Hashcat Example

hashcat --example-hashes | grep -i unix -B 1 -A 1

Kerberoast

Crack the ticket with Hashcat

hashcat -m 13100 -a 0 hash.txt /usr/share/wordlist/rockyou.txt

Crack the ticket with John

kirb2j0hn ticket.kirbi > crackfile
john --format=krb5tgs crackfile --wordlist=10k-worst-pass.txt

Crack with kerberos tool

python tgsrepcrack.py wordlist.txt 1-40a5@HTTP~Service.com

ASREP roast

Mode: Kerberos 5, etype 23, AS-REP - 18200

└─$ hashcat -m 18200 -a 0 hash.txt password.txt 
└─$ john --format=krb5asrep --wordlist=/usr/share/wordlists/rockyou.txt asreproast-hash.txt 

Crack private key

PDF Crack

Rar crack

Cracking the hash with hashcat. Let check the hash type example

Zip Crack

Crack Passwd and Shadow File

Crack apache hash

Let check the hash type example

We are able to crack the password

Last updated