Pre-made commands

Crack an AS-REP hash with hashcat
sudo hashcat -m 18200 hashes.asreproast /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule --force
Crack a TGS-REP hash
sudo hashcat -m 13100 hashes.kerberoast2 /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule --force

Flags

FlagDescription
-xWhat does it do

Useful Scripts

Useful bash script
#!/bin/bash