Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 821: invalid continuation byte #1

Open
danti1988 opened this issue Mar 2, 2023 · 1 comment

Comments

@danti1988
Copy link

Getting this error when running with Rockyou wordlist

Traceback (most recent call last):
File "/Timeroast/timeroast/./timecrack.py", line 60, in
main()
File "/Timeroast/timeroast/./timecrack.py", line 53, in main
for rid, password in try_crack(args.hashes, args.dictionary):
File "/Timeroast/timeroast/./timecrack.py", line 31, in try_crack
for password in dictfile:
File "/usr/lib/python3.10/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 821: invalid continuation byte

@goosvorbook
Copy link

In addition to this, other wordlists seem to work fine, for example xato-net-10-million-passwords-dup.txt has no issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants