diff --git a/tgsrepcrack.py b/tgsrepcrack.py index b2a4eb2..09bc801 100755 --- a/tgsrepcrack.py +++ b/tgsrepcrack.py @@ -57,7 +57,7 @@ def crack(wordlist, enctickets): # load wordlist for w in args.wordlistfile: - word = w.decode('utf-8').strip() + word = w.decode('utf-8','ignore').strip() hash = kerberos.ntlmhash(word) for et in enctickets: kdata, nonce = kerberos.decrypt(hash, 2, et[0])